Package com.vmware.nsx_policy.model
Class RemoteTunnelEndpointConfigState.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.RemoteTunnelEndpointConfigState.Builder
-
- Enclosing class:
- RemoteTunnelEndpointConfigState
public static final class RemoteTunnelEndpointConfigState.Builder extends java.lang.Object
Builder class forRemoteTunnelEndpointConfigState
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofRemoteTunnelEndpointConfigState
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteTunnelEndpointConfigState
build()
RemoteTunnelEndpointConfigState.Builder
setEndpoints(java.util.List<RemoteTunnelEndpoint> endpoints)
List of remote tunnel endpoints which are configured on this 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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofRemoteTunnelEndpointConfigState
.
-
-
Method Detail
-
setEndpoints
public RemoteTunnelEndpointConfigState.Builder setEndpoints(java.util.List<RemoteTunnelEndpoint> endpoints)
List of remote tunnel endpoints which are configured on this 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.- Parameters:
endpoints
- New value for the property.
-
build
public RemoteTunnelEndpointConfigState build()
-
-