Uses of Class
com.vmware.nsx_policy.model.IdsGatewayPolicyListResult
-
Packages that use IdsGatewayPolicyListResult Package Description com.vmware.nsx_policy.infra.domains com.vmware.nsx_policy.model -
-
Uses of IdsGatewayPolicyListResult in com.vmware.nsx_policy.infra.domains
Methods in com.vmware.nsx_policy.infra.domains that return IdsGatewayPolicyListResult Modifier and Type Method Description IdsGatewayPolicyListResult
IntrusionServiceGatewayPolicies. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
List all IDS gateway policies for specified Domain.IdsGatewayPolicyListResult
IntrusionServiceGatewayPolicies. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all IDS gateway policies for specified Domain.IdsGatewayPolicyListResult
IntrusionServiceGatewayPoliciesStub. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
IdsGatewayPolicyListResult
IntrusionServiceGatewayPoliciesStub. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.domains with type arguments of type IdsGatewayPolicyListResult Modifier and Type Method Description void
IntrusionServiceGatewayPolicies. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IdsGatewayPolicyListResult> asyncCallback)
List all IDS gateway policies for specified Domain.void
IntrusionServiceGatewayPolicies. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IdsGatewayPolicyListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all IDS gateway policies for specified Domain.void
IntrusionServiceGatewayPoliciesStub. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IdsGatewayPolicyListResult> asyncCallback)
void
IntrusionServiceGatewayPoliciesStub. list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IdsGatewayPolicyListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdsGatewayPolicyListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdsGatewayPolicyListResult Modifier and Type Method Description static IdsGatewayPolicyListResult
IdsGatewayPolicyListResult. _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 IdsGatewayPolicyListResult
IdsGatewayPolicyListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsGatewayPolicyListResult
IdsGatewayPolicyListResult.Builder. build()
-