Uses of Class
com.vmware.nsx_policy.model.DhcpServerStatus.Builder
-
Packages that use DhcpServerStatus.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of DhcpServerStatus.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DhcpServerStatus.Builder Modifier and Type Method Description DhcpServerStatus.Builder
DhcpServerStatus.Builder. setActiveNode(java.lang.String activeNode)
uuid of active transport nodeDhcpServerStatus.Builder
DhcpServerStatus.Builder. setErrorMessage(java.lang.String errorMessage)
Error message, if availableDhcpServerStatus.Builder
DhcpServerStatus.Builder. setServiceStatus(java.lang.String serviceStatus)
Possible values are:DhcpServerStatus.SERVICE_STATUS_UP
DhcpServerStatus.SERVICE_STATUS_DOWN
DhcpServerStatus.SERVICE_STATUS_ERROR
DhcpServerStatus.SERVICE_STATUS_NO_STANDBY
UP means the dhcp service is working fine on both active transport-node and stand-by transport-node (if have), hence fail-over can work at this time if there is failure happens on one of the transport-node; DOWN means the dhcp service is down on both active transport-node and stand-by node (if have), hence the dhcp-service will not repsonse any dhcp request; Error means error happens on transport-node(s) or no status is reported from transport-node(s).DhcpServerStatus.Builder
DhcpServerStatus.Builder. setStandByNode(java.lang.String standByNode)
uuid of stand_by transport node.
-