Package com.vmware.nsx_policy.model
Class SiteFederationConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SiteFederationConfig.Builder
-
- Enclosing class:
- SiteFederationConfig
public static final class SiteFederationConfig.Builder extends java.lang.Object
Builder class forSiteFederationConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofSiteFederationConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SiteFederationConfig
build()
SiteFederationConfig.Builder
setRtepIps(java.util.List<java.lang.String> rtepIps)
Remote tunnel endpoint IP addresses format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.SiteFederationConfig.Builder
setSiteId(java.lang.String siteId)
Site UUID This property may be present in responses from the server, but if it is present in a request to server it will be ignored.SiteFederationConfig.Builder
setSiteIndex(java.lang.Long siteIndex)
Unique site index allocated (from range 0-4095) format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.SiteFederationConfig.Builder
setSitePath(java.lang.String sitePath)
Site path This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofSiteFederationConfig
.
-
-
Method Detail
-
setRtepIps
public SiteFederationConfig.Builder setRtepIps(java.util.List<java.lang.String> rtepIps)
Remote tunnel endpoint IP addresses format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
rtepIps
- New value for the property.
-
setSiteId
public SiteFederationConfig.Builder setSiteId(java.lang.String siteId)
Site UUID This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
siteId
- New value for the property.
-
setSiteIndex
public SiteFederationConfig.Builder setSiteIndex(java.lang.Long siteIndex)
Unique site index allocated (from range 0-4095) format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
siteIndex
- New value for the property.
-
setSitePath
public SiteFederationConfig.Builder setSitePath(java.lang.String sitePath)
Site path This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
sitePath
- New value for the property.
-
build
public SiteFederationConfig build()
-
-