public static class SubnetEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SubnetEndpoint.Builder |
address(String address)
The IPv4 address of the
Endpoint . |
SubnetEndpoint |
build() |
SubnetEndpoint.Builder |
copy(SubnetEndpoint model) |
SubnetEndpoint.Builder |
subnetId(String subnetId)
The OCID of the
subnet containing the IP address.
|
public SubnetEndpoint.Builder address(String address)
The IPv4 address of the Endpoint
.
address
- the value to setpublic SubnetEndpoint.Builder subnetId(String subnetId)
The OCID of the subnet containing the IP address. This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).
subnetId
- the value to setpublic SubnetEndpoint build()
public SubnetEndpoint.Builder copy(SubnetEndpoint model)
Copyright © 2016–2024. All rights reserved.