InstanceNetworkInterfaceAssociation

class oci.cloud_bridge.models.InstanceNetworkInterfaceAssociation(**kwargs)

Bases: object

Describes association information for an Elastic IP address (IPv4).

Methods

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

Attributes

carrier_ip Gets the carrier_ip of this InstanceNetworkInterfaceAssociation.
customer_owned_ip Gets the customer_owned_ip of this InstanceNetworkInterfaceAssociation.
ip_owner_key Gets the ip_owner_key of this InstanceNetworkInterfaceAssociation.
public_dns_name Gets the public_dns_name of this InstanceNetworkInterfaceAssociation.
public_ip Gets the public_ip of this InstanceNetworkInterfaceAssociation.
__init__(**kwargs)

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

Parameters:
  • carrier_ip (str) – The value to assign to the carrier_ip property of this InstanceNetworkInterfaceAssociation.
  • customer_owned_ip (str) – The value to assign to the customer_owned_ip property of this InstanceNetworkInterfaceAssociation.
  • ip_owner_key (str) – The value to assign to the ip_owner_key property of this InstanceNetworkInterfaceAssociation.
  • public_dns_name (str) – The value to assign to the public_dns_name property of this InstanceNetworkInterfaceAssociation.
  • public_ip (str) – The value to assign to the public_ip property of this InstanceNetworkInterfaceAssociation.
carrier_ip

Gets the carrier_ip of this InstanceNetworkInterfaceAssociation. The carrier IP address associated with the network interface.

Returns:The carrier_ip of this InstanceNetworkInterfaceAssociation.
Return type:str
customer_owned_ip

Gets the customer_owned_ip of this InstanceNetworkInterfaceAssociation. The customer-owned IP address associated with the network interface.

Returns:The customer_owned_ip of this InstanceNetworkInterfaceAssociation.
Return type:str
ip_owner_key

Gets the ip_owner_key of this InstanceNetworkInterfaceAssociation. The ID of the owner of the Elastic IP address.

Returns:The ip_owner_key of this InstanceNetworkInterfaceAssociation.
Return type:str
public_dns_name

Gets the public_dns_name of this InstanceNetworkInterfaceAssociation. The public DNS name.

Returns:The public_dns_name of this InstanceNetworkInterfaceAssociation.
Return type:str
public_ip

Gets the public_ip of this InstanceNetworkInterfaceAssociation. The public IP address or Elastic IP address bound to the network interface.

Returns:The public_ip of this InstanceNetworkInterfaceAssociation.
Return type:str