Package com.vmware.nsx_policy.model
Class PolicyTepTableEntry.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyTepTableEntry.Builder
-
- Enclosing class:
- PolicyTepTableEntry
public static final class PolicyTepTableEntry.Builder extends java.lang.Object
Builder class forPolicyTepTableEntry
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPolicyTepTableEntry
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyTepTableEntry
build()
PolicyTepTableEntry.Builder
setSegmentId(java.lang.String segmentId)
The segment IdPolicyTepTableEntry.Builder
setTepIp(java.lang.String tepIp)
The tunnel endpoint IP address format: ipPolicyTepTableEntry.Builder
setTepLabel(java.lang.Long tepLabel)
The tunnel endpoint label format: int64PolicyTepTableEntry.Builder
setTepMacAddress(java.lang.String tepMacAddress)
The tunnel endpoint MAC address
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyTepTableEntry
.
-
-
Method Detail
-
setSegmentId
public PolicyTepTableEntry.Builder setSegmentId(java.lang.String segmentId)
The segment Id- Parameters:
segmentId
- New value for the property.
-
setTepIp
public PolicyTepTableEntry.Builder setTepIp(java.lang.String tepIp)
The tunnel endpoint IP address format: ip- Parameters:
tepIp
- New value for the property.
-
setTepLabel
public PolicyTepTableEntry.Builder setTepLabel(java.lang.Long tepLabel)
The tunnel endpoint label format: int64- Parameters:
tepLabel
- New value for the property.
-
setTepMacAddress
public PolicyTepTableEntry.Builder setTepMacAddress(java.lang.String tepMacAddress)
The tunnel endpoint MAC address- Parameters:
tepMacAddress
- New value for the property.
-
build
public PolicyTepTableEntry build()
-
-