Package com.vmware.nsx_policy.model
Class GmRtepConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GmRtepConfig.Builder
-
- Enclosing class:
- GmRtepConfig
public static final class GmRtepConfig.Builder extends java.lang.ObjectBuilder class forGmRtepConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofGmRtepConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GmRtepConfigbuild()GmRtepConfig.BuildersetIbgpPassword(java.lang.String ibgpPassword)Password to authenticate IBGP session between remote tunnel endpoints created on federated sites.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGmRtepConfig.
-
-
Method Detail
-
setIbgpPassword
public GmRtepConfig.Builder setIbgpPassword(java.lang.String ibgpPassword)
Password to authenticate IBGP session between remote tunnel endpoints created on federated sites. This is applied to inter-site underlay IBGP neighbors created over remote tunnel endpoints on all sites. Empty string (\"\") clears existing password.- Parameters:
ibgpPassword- New value for the property.
-
build
public GmRtepConfig build()
-
-