ReachableIp¶
-
class
oci.resource_manager.models.
ReachableIp
(**kwargs)¶ Bases:
object
The reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint. Resource Manager uses this IP address to connect to nonpublic resources through the associated private endpoint.
Methods
__init__
(**kwargs)Initializes a new ReachableIp object with values from keyword arguments. Attributes
ip_address
[Required] Gets the ip_address of this ReachableIp. -
__init__
(**kwargs)¶ Initializes a new ReachableIp 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 ReachableIp.
-
ip_address
¶ [Required] Gets the ip_address of this ReachableIp. Reachable IP address associated with the private endpoint.
Returns: The ip_address of this ReachableIp. Return type: str
-