public static class ReverseConnectionEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReverseConnectionEndpoint |
build() |
ReverseConnectionEndpoint.Builder |
copy(ReverseConnectionEndpoint model) |
ReverseConnectionEndpoint.Builder |
customerIp(String customerIp)
The IP addresses of the endpoint in customer VCN
|
ReverseConnectionEndpoint.Builder |
natIp(String natIp)
The NAT IP addresses of the endpoint in service VCN
|
public ReverseConnectionEndpoint.Builder customerIp(String customerIp)
The IP addresses of the endpoint in customer VCN
customerIp
- the value to setpublic ReverseConnectionEndpoint.Builder natIp(String natIp)
The NAT IP addresses of the endpoint in service VCN
natIp
- the value to setpublic ReverseConnectionEndpoint build()
public ReverseConnectionEndpoint.Builder copy(ReverseConnectionEndpoint model)
Copyright © 2016–2025. All rights reserved.