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 IdsGatewayPolicyListResultIntrusionServiceGatewayPolicies. 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.IdsGatewayPolicyListResultIntrusionServiceGatewayPolicies. 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.IdsGatewayPolicyListResultIntrusionServiceGatewayPoliciesStub. 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)IdsGatewayPolicyListResultIntrusionServiceGatewayPoliciesStub. 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 voidIntrusionServiceGatewayPolicies. 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.voidIntrusionServiceGatewayPolicies. 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.voidIntrusionServiceGatewayPoliciesStub. 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)voidIntrusionServiceGatewayPoliciesStub. 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 IdsGatewayPolicyListResultIdsGatewayPolicyListResult. _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 IdsGatewayPolicyListResultIdsGatewayPolicyListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsGatewayPolicyListResultIdsGatewayPolicyListResult.Builder. build()
-