UpdatePrivateEndpointDetails¶
-
class
oci.globally_distributed_database.models.
UpdatePrivateEndpointDetails
(**kwargs)¶ Bases:
object
The details of private endpoint to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdatePrivateEndpointDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdatePrivateEndpointDetails. description
Gets the description of this UpdatePrivateEndpointDetails. display_name
Gets the display_name of this UpdatePrivateEndpointDetails. freeform_tags
Gets the freeform_tags of this UpdatePrivateEndpointDetails. nsg_ids
Gets the nsg_ids of this UpdatePrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdatePrivateEndpointDetails.
- description (str) – The value to assign to the description property of this UpdatePrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdatePrivateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdatePrivateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePrivateEndpointDetails.
Gets the defined_tags of this UpdatePrivateEndpointDetails. 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 UpdatePrivateEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdatePrivateEndpointDetails. PrivateEndpoint description.
Returns: The description of this UpdatePrivateEndpointDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdatePrivateEndpointDetails. Display name for PrivateEndpoint
Returns: The display_name of this UpdatePrivateEndpointDetails. Return type: str
Gets the freeform_tags of this UpdatePrivateEndpointDetails. 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 UpdatePrivateEndpointDetails. Return type: dict(str, str)
-
nsg_ids
¶ Gets the nsg_ids of this UpdatePrivateEndpointDetails. The OCIDs of the network security groups that the private endpoint belongs to.
Returns: The nsg_ids of this UpdatePrivateEndpointDetails. Return type: list[str]
-