| Package | Description |
|---|---|
| com.vmware.nsx_policy.model | |
| com.vmware.nsx_policy.orgs.projects.vpcs |
| Modifier and Type | Method and Description |
|---|---|
static VpcIpAddressAllocation |
VpcIpAddressAllocation._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 VpcIpAddressAllocation |
VpcIpAddressAllocation._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
VpcIpAddressAllocation |
VpcIpAddressAllocation.Builder.build() |
VpcIpAddressAllocation |
ChildVpcIpAddressAllocation.getVpcIpAddressAllocation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VpcIpAddressAllocation> |
VpcIpAddressAllocationListResult.getResults()
List of VpcIpAddressAllocations
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildVpcIpAddressAllocation.setVpcIpAddressAllocation(VpcIpAddressAllocation vpcIpAddressAllocation) |
ChildVpcIpAddressAllocation.Builder |
ChildVpcIpAddressAllocation.Builder.setVpcIpAddressAllocation(VpcIpAddressAllocation vpcIpAddressAllocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
VpcIpAddressAllocationListResult.setResults(java.util.List<VpcIpAddressAllocation> results)
List of VpcIpAddressAllocations
|
VpcIpAddressAllocationListResult.Builder |
VpcIpAddressAllocationListResult.Builder.setResults(java.util.List<VpcIpAddressAllocation> results)
List of VpcIpAddressAllocations
|
| Modifier and Type | Method and Description |
|---|---|
VpcIpAddressAllocation |
IpAddressAllocationsStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId) |
VpcIpAddressAllocation |
IpAddressAllocations.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId)
Get detail information on VPC ip allocation by giving ID.
|
VpcIpAddressAllocation |
IpAddressAllocationsStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
VpcIpAddressAllocation |
IpAddressAllocations.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get detail information on VPC ip allocation by giving ID.
|
VpcIpAddressAllocation |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation) |
VpcIpAddressAllocation |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation)
Create a VPC ip allocation if it does not exist
|
VpcIpAddressAllocation |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
VpcIpAddressAllocation |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a VPC ip allocation if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressAllocationsStub.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation) |
void |
IpAddressAllocations.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation)
Create a VPC ip allocation if it does not exist
|
void |
IpAddressAllocationsStub.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
IpAddressAllocations.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Create a VPC ip allocation if it does not exist
|
void |
IpAddressAllocationsStub.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
IpAddressAllocations.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a VPC ip allocation if it does not exist
|
void |
IpAddressAllocationsStub.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
IpAddressAllocations.patch(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a VPC ip allocation if it does not exist
|
VpcIpAddressAllocation |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation) |
VpcIpAddressAllocation |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation)
Create a VPC ip allocation if it does not exist
|
void |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback) |
void |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback)
Create a VPC ip allocation if it does not exist
|
void |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a VPC ip allocation if it does not exist
|
VpcIpAddressAllocation |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
VpcIpAddressAllocation |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a VPC ip allocation if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressAllocationsStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback) |
void |
IpAddressAllocations.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback)
Get detail information on VPC ip allocation by giving ID.
|
void |
IpAddressAllocationsStub.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
IpAddressAllocations.get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get detail information on VPC ip allocation by giving ID.
|
void |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback) |
void |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback)
Create a VPC ip allocation if it does not exist
|
void |
IpAddressAllocationsStub.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
IpAddressAllocations.update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String ipAddressAllocationId,
VpcIpAddressAllocation vpcIpAddressAllocation,
com.vmware.vapi.bindings.client.AsyncCallback<VpcIpAddressAllocation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a VPC ip allocation if it does not exist
|