Uses of Class
com.vmware.nsx_policy.model.SubClusterInfo.Builder
-
Packages that use SubClusterInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of SubClusterInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SubClusterInfo.Builder Modifier and Type Method Description SubClusterInfo.BuilderSubClusterInfo.Builder. setDiscoveredNodeIds(java.util.List<java.lang.String> discoveredNodeIds)Discovered node IDs under this sub-cluster.SubClusterInfo.BuilderSubClusterInfo.Builder. setSubClusterType(java.lang.String subClusterType)Possible values are:SubClusterInfo.SUB_CLUSTER_TYPE_MANUALSub-cluster-type can be either MANUAL or FAULT_DOMAIN.
-