Uses of Class
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentStatusReport
-
Packages that use ALBControllerNodeVMDeploymentStatusReport Package Description com.vmware.nsx_policy.alb.controller_nodes.deployments com.vmware.nsx_policy.model -
-
Uses of ALBControllerNodeVMDeploymentStatusReport in com.vmware.nsx_policy.alb.controller_nodes.deployments
Methods in com.vmware.nsx_policy.alb.controller_nodes.deployments that return ALBControllerNodeVMDeploymentStatusReport Modifier and Type Method Description 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
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.ALBControllerNodeVMDeploymentStatusReport
StatusStub. get(java.lang.String nodeId)
ALBControllerNodeVMDeploymentStatusReport
StatusStub. get(java.lang.String nodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.alb.controller_nodes.deployments with type arguments of type ALBControllerNodeVMDeploymentStatusReport Modifier and Type Method Description 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
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.void
StatusStub. get(java.lang.String nodeId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback)
void
StatusStub. get(java.lang.String nodeId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ALBControllerNodeVMDeploymentStatusReport in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerNodeVMDeploymentStatusReport Modifier and Type Method 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()
-