UpdateDbManagementPrivateEndpointDetails¶
-
class
oci.database_management.models.
UpdateDbManagementPrivateEndpointDetails
(**kwargs)¶ Bases:
object
The details used to update a Database Management private endpoint.
Methods
__init__
(**kwargs)Initializes a new UpdateDbManagementPrivateEndpointDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateDbManagementPrivateEndpointDetails. name
Gets the name of this UpdateDbManagementPrivateEndpointDetails. nsg_ids
Gets the nsg_ids of this UpdateDbManagementPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDbManagementPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this UpdateDbManagementPrivateEndpointDetails.
- description (str) – The value to assign to the description property of this UpdateDbManagementPrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateDbManagementPrivateEndpointDetails.
-
description
¶ Gets the description of this UpdateDbManagementPrivateEndpointDetails. The description of the private endpoint.
Returns: The description of this UpdateDbManagementPrivateEndpointDetails. Return type: str
-
name
¶ Gets the name of this UpdateDbManagementPrivateEndpointDetails. The display name of the private endpoint.
Returns: The name of this UpdateDbManagementPrivateEndpointDetails. Return type: str
-
nsg_ids
¶ Gets the nsg_ids of this UpdateDbManagementPrivateEndpointDetails. The OCIDs of the Network Security Groups to which the Database Management private endpoint belongs.
Returns: The nsg_ids of this UpdateDbManagementPrivateEndpointDetails. Return type: list[str]
-