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 ReservedIPbuild()ReservedIP.Buildercopy(ReservedIP model)ReservedIP.Builderid(String id)Ocid of the Reserved IP (Public IP, Private IP or IPv6) created with VCN.
-
-
-
Method Detail
-
id
public ReservedIP.Builder id(String id)
Ocid of the Reserved IP (Public IP, Private IP or IPv6) created with VCN.Reserved IPs are IPs which are already registered using VCN API.
For public Network load balancers, customer can create a reserved Public IP and/or reserved private IP and/or reserved IPv6 and pass the OCID's in the reservedIps array field to attach the IP addresses to the network load balancer during create For private Network load balancers, customer can create a reserved Private IP and/or reserved IPv6 and pass the OCID's in the reservedIps array field to attach the IP addresses to the network load balancer during create
Reserved IPs will not be deleted when the Network Load balancer is deleted. They will be detached from the Network Load balancer.
Public IP Example: "ocid1.publicip.oc1.phx.unique_ID" Private IP Example: "ocid1.privateip.oc1.phx.unique_ID" IPV6 example: "ocid1.ipv6.oc1.phx.unique_ID"
- Parameters:
id- the value to set- Returns:
- this builder
-
build
public ReservedIP build()
-
copy
public ReservedIP.Builder copy(ReservedIP model)
-
-