Class ReservedIP.Builder
- java.lang.Object
-
- com.oracle.bmc.networkloadbalancer.model.ReservedIP.Builder
-
- Enclosing class:
- ReservedIP
public static class ReservedIP.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
id
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"
- Parameters:
id
- the value to set- Returns:
- this builder
-
build
public ReservedIP build()
-
copy
public ReservedIP.Builder copy(ReservedIP model)
-
-