PrivateEndpointMetadata¶
-
class
oci.sch.models.
PrivateEndpointMetadata
(**kwargs)¶ Bases:
object
The private endpoint metadata for the connector’s source or target.
Methods
__init__
(**kwargs)Initializes a new PrivateEndpointMetadata object with values from keyword arguments. Attributes
rce_dns_proxy_ip_address
Gets the rce_dns_proxy_ip_address of this PrivateEndpointMetadata. rce_traffic_ip_address
Gets the rce_traffic_ip_address of this PrivateEndpointMetadata. -
__init__
(**kwargs)¶ Initializes a new PrivateEndpointMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - rce_traffic_ip_address (str) – The value to assign to the rce_traffic_ip_address property of this PrivateEndpointMetadata.
- rce_dns_proxy_ip_address (str) – The value to assign to the rce_dns_proxy_ip_address property of this PrivateEndpointMetadata.
-
rce_dns_proxy_ip_address
¶ Gets the rce_dns_proxy_ip_address of this PrivateEndpointMetadata. The reverse connection endpoint (RCE) IP address for DNS lookups.
Returns: The rce_dns_proxy_ip_address of this PrivateEndpointMetadata. Return type: str
-
rce_traffic_ip_address
¶ Gets the rce_traffic_ip_address of this PrivateEndpointMetadata. The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
Returns: The rce_traffic_ip_address of this PrivateEndpointMetadata. Return type: str
-