| Package | Description |
|---|---|
| com.vmware.nsx_policy.alb.controller_nodes.deployments | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBControllerNodeVMDeploymentStatusReport |
StatusStub.get(java.lang.String nodeId) |
ALBControllerNodeVMDeploymentStatusReport |
Status.get(java.lang.String nodeId)
Returns the current deployment or undeployment status for a VM along with any
other relevant current information, such as error messages.
|
ALBControllerNodeVMDeploymentStatusReport |
StatusStub.get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ALBControllerNodeVMDeploymentStatusReport |
Status.get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the current deployment or undeployment status for a VM along with any
other relevant current information, such as error messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback) |
void |
Status.get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback)
Returns the current deployment or undeployment status for a VM along with any
other relevant current information, such as error messages.
|
void |
StatusStub.get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Status.get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the current deployment or undeployment status for a VM along with any
other relevant current information, such as error messages.
|
| Modifier and Type | Method and Description |
|---|---|
static ALBControllerNodeVMDeploymentStatusReport |
ALBControllerNodeVMDeploymentStatusReport._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 ALBControllerNodeVMDeploymentStatusReport |
ALBControllerNodeVMDeploymentStatusReport._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBControllerNodeVMDeploymentStatusReport |
ALBControllerNodeVMDeploymentStatusReport.Builder.build() |