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
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.
-