Package com.vmware.nsx_policy.model
Class PolicyTepTableCsvRecord.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyTepTableCsvRecord.Builder
-
- Enclosing class:
- PolicyTepTableCsvRecord
public static final class PolicyTepTableCsvRecord.Builder extends java.lang.Object
Builder class forPolicyTepTableCsvRecord
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPolicyTepTableCsvRecord
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyTepTableCsvRecord
build()
PolicyTepTableCsvRecord.Builder
setSegmentId(java.lang.String segmentId)
This is the identifier of the TEP segment.PolicyTepTableCsvRecord.Builder
setTepIp(java.lang.String tepIp)
The tunnel endpoint IP address format: ipPolicyTepTableCsvRecord.Builder
setTepLabel(java.lang.Long tepLabel)
The tunnel endpoint label format: int64PolicyTepTableCsvRecord.Builder
setTepMacAddress(java.lang.String tepMacAddress)
The tunnel endpoint MAC address
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyTepTableCsvRecord
.
-
-
Method Detail
-
setSegmentId
public PolicyTepTableCsvRecord.Builder setSegmentId(java.lang.String segmentId)
This is the identifier of the TEP segment. This segment is NOT the same as logical segment or logical switch.- Parameters:
segmentId
- New value for the property.
-
setTepIp
public PolicyTepTableCsvRecord.Builder setTepIp(java.lang.String tepIp)
The tunnel endpoint IP address format: ip- Parameters:
tepIp
- New value for the property.
-
setTepLabel
public PolicyTepTableCsvRecord.Builder setTepLabel(java.lang.Long tepLabel)
The tunnel endpoint label format: int64- Parameters:
tepLabel
- New value for the property.
-
setTepMacAddress
public PolicyTepTableCsvRecord.Builder setTepMacAddress(java.lang.String tepMacAddress)
The tunnel endpoint MAC address- Parameters:
tepMacAddress
- New value for the property.
-
build
public PolicyTepTableCsvRecord build()
-
-