Uses of Class
com.vmware.nsx_policy.model.NodeStatusProperties
-
Packages that use NodeStatusProperties Package Description com.vmware.nsx_policy.model -
-
Uses of NodeStatusProperties in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NodeStatusProperties Modifier and Type Method Description static NodeStatusProperties
NodeStatusProperties. _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 NodeStatusProperties
NodeStatusProperties. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NodeStatusProperties
NodeStatusProperties.Builder. build()
NodeStatusProperties
NodeStatus. getSystemStatus()
Methods in com.vmware.nsx_policy.model with parameters of type NodeStatusProperties Modifier and Type Method Description NodeStatus.Builder
NodeStatus.Builder. setSystemStatus(NodeStatusProperties systemStatus)
void
NodeStatus. setSystemStatus(NodeStatusProperties systemStatus)
-