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 IP/Public Ip created with VCN.
|
public ReservedIP.Builder id(String id)
Ocid of the Reserved IP/Public Ip created with VCN.
Reserved IPs are IPs which already registered using VCN API.
Create a reserved Public IP and then while creating the load balancer pass the ocid of the reserved IP in this field reservedIp to attach the Ip to Load balancer. Load balancer will be configured to listen to traffic on this IP.
Reserved IPs will not be deleted when the Load balancer is deleted. They will be unattached from the 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.