GetPublicIpByPrivateIpIdDetails

class oci.core.models.GetPublicIpByPrivateIpIdDetails(**kwargs)

Bases: object

Details of the private IP that the public IP is assigned to.

Methods

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

Attributes

private_ip_id [Required] Gets the private_ip_id of this GetPublicIpByPrivateIpIdDetails.
__init__(**kwargs)

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

Parameters:private_ip_id (str) – The value to assign to the private_ip_id property of this GetPublicIpByPrivateIpIdDetails.
private_ip_id

[Required] Gets the private_ip_id of this GetPublicIpByPrivateIpIdDetails. OCID of the private IP.

Returns:The private_ip_id of this GetPublicIpByPrivateIpIdDetails.
Return type:str