Uses of Class
com.vmware.nsx_policy.model.IdsSettings
-
Packages that use IdsSettings Package Description com.vmware.nsx_policy.infra.settings.firewall.security com.vmware.nsx_policy.model -
-
Uses of IdsSettings in com.vmware.nsx_policy.infra.settings.firewall.security
Methods in com.vmware.nsx_policy.infra.settings.firewall.security that return IdsSettings Modifier and Type Method Description IdsSettingsIntrusionServices. get()Intrusion detection system settings.IdsSettingsIntrusionServices. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.IdsSettingsIntrusionServicesStub. get()IdsSettingsIntrusionServicesStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)IdsSettingsIntrusionServices. update(IdsSettings idsSettings)Intrusion detection system settings.IdsSettingsIntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.IdsSettingsIntrusionServicesStub. update(IdsSettings idsSettings)IdsSettingsIntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra.settings.firewall.security with parameters of type IdsSettings Modifier and Type Method Description voidIntrusionServices. patch(IdsSettings idsSettings)Intrusion detection system settings.voidIntrusionServices. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Intrusion detection system settings.voidIntrusionServices. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.voidIntrusionServices. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.voidIntrusionServicesStub. patch(IdsSettings idsSettings)voidIntrusionServicesStub. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidIntrusionServicesStub. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidIntrusionServicesStub. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)IdsSettingsIntrusionServices. update(IdsSettings idsSettings)Intrusion detection system settings.voidIntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)Intrusion detection system settings.voidIntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.IdsSettingsIntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.IdsSettingsIntrusionServicesStub. update(IdsSettings idsSettings)voidIntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)voidIntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)IdsSettingsIntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.settings.firewall.security with type arguments of type IdsSettings Modifier and Type Method Description voidIntrusionServices. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)Intrusion detection system settings.voidIntrusionServices. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.voidIntrusionServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)voidIntrusionServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidIntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)Intrusion detection system settings.voidIntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Intrusion detection system settings.voidIntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)voidIntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of IdsSettings in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdsSettings Modifier and Type Method Description static IdsSettingsIdsSettings. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static IdsSettingsIdsSettings. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsSettingsIdsSettings.Builder. build()IdsSettingsChildIdsSettings. getIdsSettings()Methods in com.vmware.nsx_policy.model with parameters of type IdsSettings Modifier and Type Method Description ChildIdsSettings.BuilderChildIdsSettings.Builder. setIdsSettings(IdsSettings idsSettings)voidChildIdsSettings. setIdsSettings(IdsSettings idsSettings)
-