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.BuilderDhcpServerStatus.Builder. setActiveNode(java.lang.String activeNode)uuid of active transport nodeDhcpServerStatus.BuilderDhcpServerStatus.Builder. setErrorMessage(java.lang.String errorMessage)Error message, if availableDhcpServerStatus.BuilderDhcpServerStatus.Builder. setServiceStatus(java.lang.String serviceStatus)Possible values are:DhcpServerStatus.SERVICE_STATUS_UPDhcpServerStatus.SERVICE_STATUS_DOWNDhcpServerStatus.SERVICE_STATUS_ERRORDhcpServerStatus.SERVICE_STATUS_NO_STANDBYUP 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.BuilderDhcpServerStatus.Builder. setStandByNode(java.lang.String standByNode)uuid of stand_by transport node.
-