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

defined_tags Gets the defined_tags of this UpdateDbManagementPrivateEndpointDetails.
description Gets the description of this UpdateDbManagementPrivateEndpointDetails.
freeform_tags Gets the freeform_tags 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.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDbManagementPrivateEndpointDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDbManagementPrivateEndpointDetails.
defined_tags

Gets the defined_tags of this UpdateDbManagementPrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateDbManagementPrivateEndpointDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateDbManagementPrivateEndpointDetails. The description of the private endpoint.

Returns:The description of this UpdateDbManagementPrivateEndpointDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateDbManagementPrivateEndpointDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateDbManagementPrivateEndpointDetails.
Return type:dict(str, 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]