InstancePrivateIpAddress

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

Bases: object

Describes a private IPv4 address.

Methods

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

Attributes

association Gets the association of this InstancePrivateIpAddress.
is_primary Gets the is_primary of this InstancePrivateIpAddress.
private_dns_name Gets the private_dns_name of this InstancePrivateIpAddress.
private_ip_address Gets the private_ip_address of this InstancePrivateIpAddress.
__init__(**kwargs)

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

Parameters:
  • association (oci.cloud_bridge.models.InstanceNetworkInterfaceAssociation) – The value to assign to the association property of this InstancePrivateIpAddress.
  • is_primary (bool) – The value to assign to the is_primary property of this InstancePrivateIpAddress.
  • private_dns_name (str) – The value to assign to the private_dns_name property of this InstancePrivateIpAddress.
  • private_ip_address (str) – The value to assign to the private_ip_address property of this InstancePrivateIpAddress.
association

Gets the association of this InstancePrivateIpAddress.

Returns:The association of this InstancePrivateIpAddress.
Return type:oci.cloud_bridge.models.InstanceNetworkInterfaceAssociation
is_primary

Gets the is_primary of this InstancePrivateIpAddress. Indicates whether this IPv4 address is the primary private IP address of the network interface.

Returns:The is_primary of this InstancePrivateIpAddress.
Return type:bool
private_dns_name

Gets the private_dns_name of this InstancePrivateIpAddress. The private IPv4 DNS name.

Returns:The private_dns_name of this InstancePrivateIpAddress.
Return type:str
private_ip_address

Gets the private_ip_address of this InstancePrivateIpAddress. The private IPv4 address of the network interface.

Returns:The private_ip_address of this InstancePrivateIpAddress.
Return type:str