Uses of Class
com.vmware.nsx_policy.model.VpcIpAddressAllocationListResult
-
Packages that use VpcIpAddressAllocationListResult Package Description com.vmware.nsx_policy.model com.vmware.nsx_policy.orgs.projects.vpcs -
-
Uses of VpcIpAddressAllocationListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VpcIpAddressAllocationListResult Modifier and Type Method Description static VpcIpAddressAllocationListResult
VpcIpAddressAllocationListResult. _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 VpcIpAddressAllocationListResult
VpcIpAddressAllocationListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VpcIpAddressAllocationListResult
VpcIpAddressAllocationListResult.Builder. build()
-
Uses of VpcIpAddressAllocationListResult in com.vmware.nsx_policy.orgs.projects.vpcs
Methods in com.vmware.nsx_policy.orgs.projects.vpcs that return VpcIpAddressAllocationListResult Modifier and Type Method Description VpcIpAddressAllocationListResult
IpAddressAllocations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
List all the ip allocations for a VPC.VpcIpAddressAllocationListResult
IpAddressAllocations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, 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 the ip allocations for a VPC.VpcIpAddressAllocationListResult
IpAddressAllocationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
VpcIpAddressAllocationListResult
IpAddressAllocationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, 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.orgs.projects.vpcs with type arguments of type VpcIpAddressAllocationListResult Modifier and Type Method Description void
IpAddressAllocations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocationListResult> asyncCallback)
List all the ip allocations for a VPC.void
IpAddressAllocations. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocationListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all the ip allocations for a VPC.void
IpAddressAllocationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocationListResult> asyncCallback)
void
IpAddressAllocationsStub. list(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocationListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-