| Package | Description |
|---|---|
| com.vmware.nsx_policy.alb.controller_nodes | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBControllerNodeVMDeploymentRequestList |
DeploymentsStub.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo) |
ALBControllerNodeVMDeploymentRequestList |
Deployments.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
ALBControllerNodeVMDeploymentRequestList |
DeploymentsStub.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ALBControllerNodeVMDeploymentRequestList |
Deployments.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
ALBControllerNodeVMDeploymentRequestList |
DeploymentsStub.list(java.lang.String clusteringId,
java.lang.String state) |
ALBControllerNodeVMDeploymentRequestList |
Deployments.list(java.lang.String clusteringId,
java.lang.String state)
Returns request information for every attempted deployment of a cluster node VM.
|
ALBControllerNodeVMDeploymentRequestList |
DeploymentsStub.list(java.lang.String clusteringId,
java.lang.String state,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ALBControllerNodeVMDeploymentRequestList |
Deployments.list(java.lang.String clusteringId,
java.lang.String state,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentsStub.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback) |
void |
Deployments.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
void |
DeploymentsStub.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Deployments.create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
void |
DeploymentsStub.list(java.lang.String clusteringId,
java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback) |
void |
Deployments.list(java.lang.String clusteringId,
java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Returns request information for every attempted deployment of a cluster node VM.
|
void |
DeploymentsStub.list(java.lang.String clusteringId,
java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Deployments.list(java.lang.String clusteringId,
java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.
|
| Modifier and Type | Method and Description |
|---|---|
static ALBControllerNodeVMDeploymentRequestList |
ALBControllerNodeVMDeploymentRequestList._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 ALBControllerNodeVMDeploymentRequestList |
ALBControllerNodeVMDeploymentRequestList._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBControllerNodeVMDeploymentRequestList |
ALBControllerNodeVMDeploymentRequestList.Builder.build() |