public static final class SiteFederationConfig.Builder
extends java.lang.Object
SiteFederationConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SiteFederationConfig. |
| Modifier and Type | Method and 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.
|
public Builder()
SiteFederationConfig.public SiteFederationConfig.Builder setRtepIps(java.util.List<java.lang.String> rtepIps)
rtepIps - New value for the property.public SiteFederationConfig.Builder setSiteId(java.lang.String siteId)
siteId - New value for the property.public SiteFederationConfig.Builder setSiteIndex(java.lang.Long siteIndex)
siteIndex - New value for the property.public SiteFederationConfig.Builder setSitePath(java.lang.String sitePath)
sitePath - New value for the property.public SiteFederationConfig build()