Uses of Class
com.vmware.nsx_policy.model.PolicyResourceReferenceListResult
-
-
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.global_infra
Methods in com.vmware.nsx_policy.global_infra that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy)The API by default returns all the DFW services associated with the given Group.PolicyResourceReferenceListResultGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The API by default returns all the DFW services associated with the given Group.PolicyResourceReferenceListResultGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy)PolicyResourceReferenceListResultGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.global_infra with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)The API by default returns all the DFW services associated with the given Group.voidGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The API by default returns all the DFW services associated with the given Group.voidGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.global_infra.tags
Methods in com.vmware.nsx_policy.global_infra.tags that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.global_infra.tags with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy)The API by default returns all the DFW services associated with the given Group.PolicyResourceReferenceListResultGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The API by default returns all the DFW services associated with the given Group.PolicyResourceReferenceListResultGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy)PolicyResourceReferenceListResultGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)The API by default returns all the DFW services associated with the given Group.voidGroupServiceAssociations. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The API by default returns all the DFW services associated with the given Group.voidGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidGroupServiceAssociationsStub. list(java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.infra.tags
Methods in com.vmware.nsx_policy.infra.tags that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.tags with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResources. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidEffectiveResourcesStub. list(java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyResourceReferenceListResult Modifier and Type Method Description static PolicyResourceReferenceListResultPolicyResourceReferenceListResult. _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 PolicyResourceReferenceListResultPolicyResourceReferenceListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyResourceReferenceListResultPolicyResourceReferenceListResult.Builder. build() -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.orgs.projects.infra
Methods in com.vmware.nsx_policy.orgs.projects.infra that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultGroupServiceAssociations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy)The API by default returns all the DFW services associated with the given Group.PolicyResourceReferenceListResultGroupServiceAssociations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The API by default returns all the DFW services associated with the given Group.PolicyResourceReferenceListResultGroupServiceAssociationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy)PolicyResourceReferenceListResultGroupServiceAssociationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.infra with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidGroupServiceAssociations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)The API by default returns all the DFW services associated with the given Group.voidGroupServiceAssociations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The API by default returns all the DFW services associated with the given Group.voidGroupServiceAssociationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidGroupServiceAssociationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String intentPath, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String serviceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.orgs.projects.infra.tags
Methods in com.vmware.nsx_policy.orgs.projects.infra.tags that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.infra.tags with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyResourceReferenceListResult in com.vmware.nsx_policy.orgs.projects.vpcs.tags
Methods in com.vmware.nsx_policy.orgs.projects.vpcs.tags that return PolicyResourceReferenceListResult Modifier and Type Method Description PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag)PolicyResourceReferenceListResultEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.orgs.projects.vpcs.tags with type arguments of type PolicyResourceReferenceListResult Modifier and Type Method Description voidEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResources. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all objects assigned with matching scope and tag values.voidEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)voidEffectiveResourcesStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.String enforcementPointPath, java.lang.String filterBy, java.lang.String filterText, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String scope, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String tag, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReferenceListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-