IngressIpDetails¶
-
class
oci.database_migration.models.
IngressIpDetails
(**kwargs)¶ Bases:
object
Private Endpoint IP Addresses created in the customer’s subnet.
Methods
__init__
(**kwargs)Initializes a new IngressIpDetails object with values from keyword arguments. Attributes
ingress_ip
[Required] Gets the ingress_ip of this IngressIpDetails. -
__init__
(**kwargs)¶ Initializes a new IngressIpDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ingress_ip (str) – The value to assign to the ingress_ip property of this IngressIpDetails.
-
ingress_ip
¶ [Required] Gets the ingress_ip of this IngressIpDetails. A Private Endpoint IPv4 or IPv6 Address created in the customer’s subnet.
Returns: The ingress_ip of this IngressIpDetails. Return type: str
-