Package com.vmware.nsx_policy.model
Class TransportNodeProfileSubConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.TransportNodeProfileSubConfig.Builder
-
- Enclosing class:
- TransportNodeProfileSubConfig
public static final class TransportNodeProfileSubConfig.Builder extends java.lang.ObjectBuilder class forTransportNodeProfileSubConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofTransportNodeProfileSubConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportNodeProfileSubConfigbuild()TransportNodeProfileSubConfig.BuildersetHostSwitchConfigOption(HostSwitchConfigOption hostSwitchConfigOption)TransportNodeProfileSubConfig.BuildersetName(java.lang.String name)This field represents the name of the subset of the host switch configuration under a Transport Node Profile.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofTransportNodeProfileSubConfig.
-
-
Method Detail
-
setHostSwitchConfigOption
public TransportNodeProfileSubConfig.Builder setHostSwitchConfigOption(HostSwitchConfigOption hostSwitchConfigOption)
- Parameters:
hostSwitchConfigOption- New value for the property.
-
setName
public TransportNodeProfileSubConfig.Builder setName(java.lang.String name)
This field represents the name of the subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch. This name should be unique across a specific host switch.- Parameters:
name- New value for the property.
-
build
public TransportNodeProfileSubConfig build()
-
-