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.Builder
SubClusterInfo.Builder. setDiscoveredNodeIds(java.util.List<java.lang.String> discoveredNodeIds)
Discovered node IDs under this sub-cluster.SubClusterInfo.Builder
SubClusterInfo.Builder. setSubClusterType(java.lang.String subClusterType)
Possible values are:SubClusterInfo.SUB_CLUSTER_TYPE_MANUAL
Sub-cluster-type can be either MANUAL or FAULT_DOMAIN.
-