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 ALBControllerNodeVMDeploymentStatusReportStatus. 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.ALBControllerNodeVMDeploymentStatusReportStatus. 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.ALBControllerNodeVMDeploymentStatusReportStatusStub. get(java.lang.String nodeId)ALBControllerNodeVMDeploymentStatusReportStatusStub. 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 voidStatus. 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.voidStatus. 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.voidStatusStub. get(java.lang.String nodeId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentStatusReport> asyncCallback)voidStatusStub. 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 ALBControllerNodeVMDeploymentStatusReportALBControllerNodeVMDeploymentStatusReport. _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 ALBControllerNodeVMDeploymentStatusReportALBControllerNodeVMDeploymentStatusReport. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerNodeVMDeploymentStatusReportALBControllerNodeVMDeploymentStatusReport.Builder. build()
-