Uses of Class
com.vmware.nsx_policy.model.AgentStatusCount.Builder
-
Packages that use AgentStatusCount.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of AgentStatusCount.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AgentStatusCount.Builder Modifier and Type Method Description AgentStatusCount.BuilderAgentStatusCount.Builder. setAgents(java.util.List<AgentStatus> agents)List of agent statuses belonging to the transport nodeAgentStatusCount.BuilderAgentStatusCount.Builder. setDegradedCount(java.lang.Long degradedCount)Degraded count format: int32AgentStatusCount.BuilderAgentStatusCount.Builder. setDownCount(java.lang.Long downCount)Down count format: int32AgentStatusCount.BuilderAgentStatusCount.Builder. setLastStatusChangedTime(java.lang.Long lastStatusChangedTime)Timestamp of the last status change, in epoch milliseconds format: int64AgentStatusCount.BuilderAgentStatusCount.Builder. setSmartnicAgents(java.util.List<SmartnicAgentStatus> smartnicAgents)List of Smartnic agent statusesAgentStatusCount.BuilderAgentStatusCount.Builder. setStatus(java.lang.String status)Possible values are:AgentStatusCount.STATUS_UPAgentStatusCount.STATUS_DOWNAgentStatusCount.STATUS_UNKNOWNAgentStatusCount.STATUS_DEGRADEDRoll-up agent statusAgentStatusCount.BuilderAgentStatusCount.Builder. setUpCount(java.lang.Long upCount)Up count format: int32
-