GetPublicIpByIpAddressDetails¶
-
class
oci.core.models.
GetPublicIpByIpAddressDetails
(**kwargs)¶ Bases:
object
IP address of the public IP.
Methods
__init__
(**kwargs)Initializes a new GetPublicIpByIpAddressDetails object with values from keyword arguments. Attributes
ip_address
[Required] Gets the ip_address of this GetPublicIpByIpAddressDetails. -
__init__
(**kwargs)¶ Initializes a new GetPublicIpByIpAddressDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ip_address (str) – The value to assign to the ip_address property of this GetPublicIpByIpAddressDetails.
-
ip_address
¶ [Required] Gets the ip_address of this GetPublicIpByIpAddressDetails. The public IP address. Example: 203.0.113.2
Returns: The ip_address of this GetPublicIpByIpAddressDetails. Return type: str
-