UpdateNetworkDetails

class oci.psql.models.UpdateNetworkDetails(**kwargs)

Bases: object

Network details for the database system.

Methods

__init__(**kwargs) Initializes a new UpdateNetworkDetails object with values from keyword arguments.

Attributes

is_reader_endpoint_enabled Gets the is_reader_endpoint_enabled of this UpdateNetworkDetails.
nsg_ids Gets the nsg_ids of this UpdateNetworkDetails.
__init__(**kwargs)

Initializes a new UpdateNetworkDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateNetworkDetails.
  • is_reader_endpoint_enabled (bool) – The value to assign to the is_reader_endpoint_enabled property of this UpdateNetworkDetails.
is_reader_endpoint_enabled

Gets the is_reader_endpoint_enabled of this UpdateNetworkDetails. Specifies if the reader endpoint is enabled on the dbSystem.

Returns:The is_reader_endpoint_enabled of this UpdateNetworkDetails.
Return type:bool
nsg_ids

Gets the nsg_ids of this UpdateNetworkDetails. List of Network Security Group OCIDs associated with the database system.

Returns:The nsg_ids of this UpdateNetworkDetails.
Return type:list[str]