Class ReservedIP.Builder

  • Enclosing class:
    ReservedIP

    public static class ReservedIP.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • 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