Uses of Class
com.vmware.nsx_policy.model.ResourceInfoListResult
-
Packages that use ResourceInfoListResult Package Description com.vmware.nsx_policy.fine_tuning com.vmware.nsx_policy.model -
-
Uses of ResourceInfoListResult in com.vmware.nsx_policy.fine_tuning
Methods in com.vmware.nsx_policy.fine_tuning that return ResourceInfoListResult Modifier and Type Method Description ResourceInfoListResult
Resources. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type)
This API provides field names of attributes in NSX types that are owned by Policy, as opposed to those owned by the enforcement point.ResourceInfoListResult
Resources. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API provides field names of attributes in NSX types that are owned by Policy, as opposed to those owned by the enforcement point.ResourceInfoListResult
ResourcesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type)
ResourceInfoListResult
ResourcesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.fine_tuning with type arguments of type ResourceInfoListResult Modifier and Type Method Description void
Resources. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ResourceInfoListResult> asyncCallback)
This API provides field names of attributes in NSX types that are owned by Policy, as opposed to those owned by the enforcement point.void
Resources. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ResourceInfoListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API provides field names of attributes in NSX types that are owned by Policy, as opposed to those owned by the enforcement point.void
ResourcesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ResourceInfoListResult> asyncCallback)
void
ResourcesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ResourceInfoListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ResourceInfoListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ResourceInfoListResult Modifier and Type Method Description static ResourceInfoListResult
ResourceInfoListResult. _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 ResourceInfoListResult
ResourceInfoListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ResourceInfoListResult
ResourceInfoListResult.Builder. build()
-