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 IdsProfileSignatures
EffectiveSignatures. get(java.lang.String profileId)
Get all the IDS signatures attached to the Profile.IdsProfileSignatures
EffectiveSignatures. get(java.lang.String profileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all the IDS signatures attached to the Profile.IdsProfileSignatures
EffectiveSignaturesStub. get(java.lang.String profileId)
IdsProfileSignatures
EffectiveSignaturesStub. 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 void
EffectiveSignatures. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback)
Get all the IDS signatures attached to the Profile.void
EffectiveSignatures. 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.void
EffectiveSignaturesStub. get(java.lang.String profileId, com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback)
void
EffectiveSignaturesStub. 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 IdsProfileSignatures
IdsProfileSignatures. _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 IdsProfileSignatures
IdsProfileSignatures. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsProfileSignatures
IdsProfileSignatures.Builder. build()
-