Uses of Class
com.vmware.nsx_policy.model.AntreaAgentsInfo.Builder
-
Packages that use AntreaAgentsInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of AntreaAgentsInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AntreaAgentsInfo.Builder Modifier and Type Method Description AntreaAgentsInfo.Builder
AntreaAgentsInfo.Builder. setDegradedAgentNum(java.lang.Long degradedAgentNum)
The number of degraded agents format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.AntreaAgentsInfo.Builder
AntreaAgentsInfo.Builder. setFailedAgentNum(java.lang.Long failedAgentNum)
The number of failed agents format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.AntreaAgentsInfo.Builder
AntreaAgentsInfo.Builder. setHealthyAgentNum(java.lang.Long healthyAgentNum)
The number of healthy agents format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-