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 IdsSettings
IntrusionServices. get()
Intrusion detection system settings.IdsSettings
IntrusionServices. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.IdsSettings
IntrusionServicesStub. get()
IdsSettings
IntrusionServicesStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsSettings
IntrusionServices. update(IdsSettings idsSettings)
Intrusion detection system settings.IdsSettings
IntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.IdsSettings
IntrusionServicesStub. update(IdsSettings idsSettings)
IdsSettings
IntrusionServicesStub. 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 void
IntrusionServices. patch(IdsSettings idsSettings)
Intrusion detection system settings.void
IntrusionServices. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Intrusion detection system settings.void
IntrusionServices. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.void
IntrusionServices. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.void
IntrusionServicesStub. patch(IdsSettings idsSettings)
void
IntrusionServicesStub. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
IntrusionServicesStub. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
IntrusionServicesStub. patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsSettings
IntrusionServices. update(IdsSettings idsSettings)
Intrusion detection system settings.void
IntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.void
IntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.IdsSettings
IntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.IdsSettings
IntrusionServicesStub. update(IdsSettings idsSettings)
void
IntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
void
IntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdsSettings
IntrusionServicesStub. 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 void
IntrusionServices. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.void
IntrusionServices. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.void
IntrusionServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
void
IntrusionServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
IntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.void
IntrusionServices. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.void
IntrusionServicesStub. update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
void
IntrusionServicesStub. 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 IdsSettings
IdsSettings. _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 IdsSettings
IdsSettings. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsSettings
IdsSettings.Builder. build()
IdsSettings
ChildIdsSettings. getIdsSettings()
Methods in com.vmware.nsx_policy.model with parameters of type IdsSettings Modifier and Type Method Description ChildIdsSettings.Builder
ChildIdsSettings.Builder. setIdsSettings(IdsSettings idsSettings)
void
ChildIdsSettings. setIdsSettings(IdsSettings idsSettings)
-