public static final class NodeRtepIpsConfig.Builder
extends java.lang.Object
NodeRtepIpsConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeRtepIpsConfig. |
| Modifier and Type | Method and Description |
|---|---|
NodeRtepIpsConfig |
build() |
NodeRtepIpsConfig.Builder |
setMemberIndex(java.lang.Long memberIndex)
System generated index for cluster member format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeRtepIpsConfig.Builder |
setRtepIps(java.util.List<java.lang.String> rtepIps)
Remote tunnel endpoint ip address.
|
NodeRtepIpsConfig.Builder |
setTransportNodeId(java.lang.String transportNodeId)
Identifier of the transport node backed by an Edge node
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()
NodeRtepIpsConfig.public NodeRtepIpsConfig.Builder setMemberIndex(java.lang.Long memberIndex)
memberIndex - New value for the property.public NodeRtepIpsConfig.Builder setRtepIps(java.util.List<java.lang.String> rtepIps)
rtepIps - New value for the property.public NodeRtepIpsConfig.Builder setTransportNodeId(java.lang.String transportNodeId)
transportNodeId - New value for the property.public NodeRtepIpsConfig build()