public static class ReservedIP.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReservedIP |
build() |
ReservedIP.Builder |
copy(ReservedIP model) |
ReservedIP.Builder |
id(String id)
OCID of the reserved public IP address created with the virtual cloud network.
|
public ReservedIP.Builder id(String id)
OCID of the reserved public IP address created with the virtual cloud network.
Reserved public IP addresses are IP addresses that are registered using the virtual cloud network API.
Create a reserved public IP address. When you create the network load balancer, enter the OCID of the reserved public IP address in the reservedIp field to attach the IP address to the network load balancer. This task configures the network load balancer to listen to traffic on this IP address.
Reserved public IP addresses are not deleted when the network load balancer is deleted. The IP addresses become unattached from the network load balancer.
Example: "ocid1.publicip.oc1.phx.unique_ID"
id
- the value to setpublic ReservedIP build()
public ReservedIP.Builder copy(ReservedIP model)
Copyright © 2016–2024. All rights reserved.