Package com.vmware.nsx_policy.model
Class SubClusterConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SubClusterConfig.Builder
-
- Enclosing class:
- SubClusterConfig
public static final class SubClusterConfig.Builder extends java.lang.Object
Builder class forSubClusterConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofSubClusterConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubClusterConfig
build()
SubClusterConfig.Builder
setHostSwitchConfigSources(java.util.List<HostSwitchConfigSource> hostSwitchConfigSources)
List of overridden HostSwitch configurationSubClusterConfig.Builder
setSubClusterId(java.lang.String subClusterId)
sub-cluster Id
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofSubClusterConfig
.
-
-
Method Detail
-
setHostSwitchConfigSources
public SubClusterConfig.Builder setHostSwitchConfigSources(java.util.List<HostSwitchConfigSource> hostSwitchConfigSources)
List of overridden HostSwitch configuration- Parameters:
hostSwitchConfigSources
- New value for the property.
-
setSubClusterId
public SubClusterConfig.Builder setSubClusterId(java.lang.String subClusterId)
sub-cluster Id- Parameters:
subClusterId
- New value for the property.
-
build
public SubClusterConfig build()
-
-