UpdateDatabaseToolsPrivateEndpointDetails¶
- 
class oci.database_tools.models.UpdateDatabaseToolsPrivateEndpointDetails(**kwargs)¶
- Bases: - object- The information to be updated. - Methods - __init__(**kwargs)- Initializes a new UpdateDatabaseToolsPrivateEndpointDetails object with values from keyword arguments. - Attributes - defined_tags- Gets the defined_tags of this UpdateDatabaseToolsPrivateEndpointDetails. - description- Gets the description of this UpdateDatabaseToolsPrivateEndpointDetails. - display_name- Gets the display_name of this UpdateDatabaseToolsPrivateEndpointDetails. - freeform_tags- Gets the freeform_tags of this UpdateDatabaseToolsPrivateEndpointDetails. - nsg_ids- Gets the nsg_ids of this UpdateDatabaseToolsPrivateEndpointDetails. - security_attributes- Gets the security_attributes of this UpdateDatabaseToolsPrivateEndpointDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateDatabaseToolsPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatabaseToolsPrivateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatabaseToolsPrivateEndpointDetails.
- security_attributes (dict(str, dict(str, object))) – The value to assign to the security_attributes property of this UpdateDatabaseToolsPrivateEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateDatabaseToolsPrivateEndpointDetails.
- description (str) – The value to assign to the description property of this UpdateDatabaseToolsPrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateDatabaseToolsPrivateEndpointDetails.
 
 - Gets the defined_tags of this UpdateDatabaseToolsPrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns: - The defined_tags of this UpdateDatabaseToolsPrivateEndpointDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this UpdateDatabaseToolsPrivateEndpointDetails. A description of the Database Tools private endpoint. - Returns: - The description of this UpdateDatabaseToolsPrivateEndpointDetails. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this UpdateDatabaseToolsPrivateEndpointDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Returns: - The display_name of this UpdateDatabaseToolsPrivateEndpointDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateDatabaseToolsPrivateEndpointDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns: - The freeform_tags of this UpdateDatabaseToolsPrivateEndpointDetails. - Return type: - dict(str, str) 
 - 
nsg_ids¶
- Gets the nsg_ids of this UpdateDatabaseToolsPrivateEndpointDetails. The OCID of the network security groups that the private endpoint’s VNIC belongs to. For more information about NSGs, see - NetworkSecurityGroup.- Returns: - The nsg_ids of this UpdateDatabaseToolsPrivateEndpointDetails. - Return type: - list[str] 
 - 
security_attributes¶
- Gets the security_attributes of this UpdateDatabaseToolsPrivateEndpointDetails. Zero trust Packet Routing (ZPR) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see ZPR Artifacts. Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}} - Returns: - The security_attributes of this UpdateDatabaseToolsPrivateEndpointDetails. - Return type: - dict(str, dict(str, object)) 
 
-