Uses of Class
com.vmware.nsx_policy.model.IdsProfileSignatures
-
Packages that use IdsProfileSignatures Package Description com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.profiles com.vmware.nsx_policy.model -
-
Uses of IdsProfileSignatures in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.profiles
Methods in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.profiles that return IdsProfileSignatures Modifier and Type Method Description IdsProfileSignaturesEffectiveSignatures. get(java.lang.String profileId)Get all the IDS signatures attached to the Profile.IdsProfileSignaturesEffectiveSignatures. get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get all the IDS signatures attached to the Profile.IdsProfileSignaturesEffectiveSignaturesStub. get(java.lang.String profileId)IdsProfileSignaturesEffectiveSignaturesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.profiles with type arguments of type IdsProfileSignatures Modifier and Type Method Description voidEffectiveSignatures. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback)Get all the IDS signatures attached to the Profile.voidEffectiveSignatures. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get all the IDS signatures attached to the Profile.voidEffectiveSignaturesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback)voidEffectiveSignaturesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of IdsProfileSignatures in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdsProfileSignatures Modifier and Type Method Description static IdsProfileSignaturesIdsProfileSignatures. _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 IdsProfileSignaturesIdsProfileSignatures. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsProfileSignaturesIdsProfileSignatures.Builder. build()
-