public static final class BridgeProfileConfig.Builder
extends java.lang.Object
BridgeProfileConfig
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
BridgeProfileConfig . |
Modifier and Type | Method and Description |
---|---|
BridgeProfileConfig |
build() |
BridgeProfileConfig.Builder |
setBridgeProfilePath(java.lang.String bridgeProfilePath)
Same bridge profile can be configured on different segments.
|
BridgeProfileConfig.Builder |
setUplinkTeamingPolicyName(java.lang.String uplinkTeamingPolicyName)
The name of the switching uplink teaming policy for the bridge endpoint.
|
BridgeProfileConfig.Builder |
setVlanIds(java.util.List<java.lang.String> vlanIds)
VLAN specification for bridge endpoint.
|
BridgeProfileConfig.Builder |
setVlanTransportZonePath(java.lang.String vlanTransportZonePath)
VLAN transport zone should belong to the enforcment-point as the transport zone
specified in the segment.
|
public Builder()
BridgeProfileConfig
.public BridgeProfileConfig.Builder setBridgeProfilePath(java.lang.String bridgeProfilePath)
bridgeProfilePath
- New value for the property.public BridgeProfileConfig.Builder setUplinkTeamingPolicyName(java.lang.String uplinkTeamingPolicyName)
uplinkTeamingPolicyName
- New value for the property.public BridgeProfileConfig.Builder setVlanIds(java.util.List<java.lang.String> vlanIds)
vlanIds
- New value for the property.public BridgeProfileConfig.Builder setVlanTransportZonePath(java.lang.String vlanTransportZonePath)
vlanTransportZonePath
- New value for the property.public BridgeProfileConfig build()