Uses of Class
com.vmware.nsx_policy.model.AgentStatus
-
Packages that use AgentStatus Package Description com.vmware.nsx_policy.model -
-
Uses of AgentStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AgentStatus Modifier and Type Method Description static AgentStatus
AgentStatus. _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 AgentStatus
AgentStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AgentStatus
AgentStatus.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type AgentStatus Modifier and Type Method Description java.util.List<AgentStatus>
AgentStatusCount. getAgents()
List of agent statuses belonging to the transport nodejava.util.List<AgentStatus>
SmartnicAgentStatus. getStatuses()
List of agent statuses belonging to the SmartnicMethod parameters in com.vmware.nsx_policy.model with type arguments of type AgentStatus Modifier and Type Method Description AgentStatusCount.Builder
AgentStatusCount.Builder. setAgents(java.util.List<AgentStatus> agents)
List of agent statuses belonging to the transport nodevoid
AgentStatusCount. setAgents(java.util.List<AgentStatus> agents)
List of agent statuses belonging to the transport nodeSmartnicAgentStatus.Builder
SmartnicAgentStatus.Builder. setStatuses(java.util.List<AgentStatus> statuses)
List of agent statuses belonging to the Smartnicvoid
SmartnicAgentStatus. setStatuses(java.util.List<AgentStatus> statuses)
List of agent statuses belonging to the Smartnic
-