ReservedIP

class oci.network_load_balancer.models.ReservedIP(**kwargs)

Bases: object

An object representing a reserved IP address to be attached or that is already attached to a network load balancer.

Methods

__init__(**kwargs) Initializes a new ReservedIP object with values from keyword arguments.

Attributes

id Gets the id of this ReservedIP.
__init__(**kwargs)

Initializes a new ReservedIP object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:id (str) – The value to assign to the id property of this ReservedIP.
id

Gets the id of this ReservedIP. 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”

Returns:The id of this ReservedIP.
Return type:str