NetworkDetails¶
-
class
oci.psql.models.
NetworkDetails
(**kwargs)¶ Bases:
object
Network details for the database system.
Methods
__init__
(**kwargs)Initializes a new NetworkDetails object with values from keyword arguments. Attributes
nsg_ids
Gets the nsg_ids of this NetworkDetails. primary_db_endpoint_private_ip
Gets the primary_db_endpoint_private_ip of this NetworkDetails. subnet_id
[Required] Gets the subnet_id of this NetworkDetails. -
__init__
(**kwargs)¶ Initializes a new NetworkDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - subnet_id (str) – The value to assign to the subnet_id property of this NetworkDetails.
- primary_db_endpoint_private_ip (str) – The value to assign to the primary_db_endpoint_private_ip property of this NetworkDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this NetworkDetails.
-
nsg_ids
¶ Gets the nsg_ids of this NetworkDetails. List of customer Network Security Group OCIDs associated with the database system.
Returns: The nsg_ids of this NetworkDetails. Return type: list[str]
-
primary_db_endpoint_private_ip
¶ Gets the primary_db_endpoint_private_ip of this NetworkDetails. Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet.
Returns: The primary_db_endpoint_private_ip of this NetworkDetails. Return type: str
-