Package | Description |
---|---|
com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.profiles | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
IdsProfileSignatures |
EffectiveSignaturesStub.get(java.lang.String profileId) |
IdsProfileSignatures |
EffectiveSignatures.get(java.lang.String profileId)
Get all the IDS signatures attached to the Profile.
|
IdsProfileSignatures |
EffectiveSignaturesStub.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdsProfileSignatures |
EffectiveSignatures.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all the IDS signatures attached to the Profile.
|
Modifier and Type | Method and Description |
---|---|
void |
EffectiveSignaturesStub.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback) |
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 |
EffectiveSignaturesStub.get(java.lang.String profileId,
com.vmware.vapi.bindings.client.AsyncCallback<IdsProfileSignatures> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|
Modifier and Type | Method and 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() |