Package com.vmware.nsx_policy.model
Class HostSwitchConfigSource.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.HostSwitchConfigSource.Builder
-
- Enclosing class:
- HostSwitchConfigSource
public static final class HostSwitchConfigSource.Builder extends java.lang.Object
Builder class forHostSwitchConfigSource
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofHostSwitchConfigSource
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostSwitchConfigSource
build()
HostSwitchConfigSource.Builder
setHostSwitchId(java.lang.String hostSwitchId)
HostSwitch IdHostSwitchConfigSource.Builder
setTransportNodeProfileSubConfigName(java.lang.String transportNodeProfileSubConfigName)
Name of the TransportNodeProfile sub configuration to be used.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofHostSwitchConfigSource
.
-
-
Method Detail
-
setHostSwitchId
public HostSwitchConfigSource.Builder setHostSwitchId(java.lang.String hostSwitchId)
HostSwitch Id- Parameters:
hostSwitchId
- New value for the property.
-
setTransportNodeProfileSubConfigName
public HostSwitchConfigSource.Builder setTransportNodeProfileSubConfigName(java.lang.String transportNodeProfileSubConfigName)
Name of the TransportNodeProfile sub configuration to be used.- Parameters:
transportNodeProfileSubConfigName
- New value for the property.
-
build
public HostSwitchConfigSource build()
-
-