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 AgentStatusAgentStatus. _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 AgentStatusAgentStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AgentStatusAgentStatus.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.BuilderAgentStatusCount.Builder. setAgents(java.util.List<AgentStatus> agents)List of agent statuses belonging to the transport nodevoidAgentStatusCount. setAgents(java.util.List<AgentStatus> agents)List of agent statuses belonging to the transport nodeSmartnicAgentStatus.BuilderSmartnicAgentStatus.Builder. setStatuses(java.util.List<AgentStatus> statuses)List of agent statuses belonging to the SmartnicvoidSmartnicAgentStatus. setStatuses(java.util.List<AgentStatus> statuses)List of agent statuses belonging to the Smartnic
-