UpdatePrivateEndpointDetails

class oci.resource_manager.models.UpdatePrivateEndpointDetails(**kwargs)

Bases: object

Update details for a private endpoint.

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.
dns_zones Gets the dns_zones of this UpdatePrivateEndpointDetails.
freeform_tags Gets the freeform_tags of this UpdatePrivateEndpointDetails.
is_used_with_configuration_source_provider Gets the is_used_with_configuration_source_provider of this UpdatePrivateEndpointDetails.
nsg_id_list Gets the nsg_id_list of this UpdatePrivateEndpointDetails.
subnet_id Gets the subnet_id of this UpdatePrivateEndpointDetails.
vcn_id Gets the vcn_id 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.
  • vcn_id (str) – The value to assign to the vcn_id property of this UpdatePrivateEndpointDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this UpdatePrivateEndpointDetails.
  • dns_zones (list[str]) – The value to assign to the dns_zones property of this UpdatePrivateEndpointDetails.
  • nsg_id_list (list[str]) – The value to assign to the nsg_id_list property of this UpdatePrivateEndpointDetails.
  • is_used_with_configuration_source_provider (bool) – The value to assign to the is_used_with_configuration_source_provider 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.
defined_tags

Gets the defined_tags of this UpdatePrivateEndpointDetails. 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 UpdatePrivateEndpointDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdatePrivateEndpointDetails. Description of the private endpoint. Avoid entering confidential information.

Returns:The description of this UpdatePrivateEndpointDetails.
Return type:str
display_name

Gets the display_name of this UpdatePrivateEndpointDetails. The private endpoint display name. Avoid entering confidential information.

Returns:The display_name of this UpdatePrivateEndpointDetails.
Return type:str
dns_zones

Gets the dns_zones of this UpdatePrivateEndpointDetails. DNS Proxy forwards any DNS FQDN queries over into the consumer DNS resolver if the DNS FQDN is included in the dns zones list otherwise it goes to service provider VCN resolver.

Returns:The dns_zones of this UpdatePrivateEndpointDetails.
Return type:list[str]
freeform_tags

Gets the freeform_tags of this UpdatePrivateEndpointDetails. Free-form tags associated with the resource. Each tag is a 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 UpdatePrivateEndpointDetails.
Return type:dict(str, str)
is_used_with_configuration_source_provider

Gets the is_used_with_configuration_source_provider of this UpdatePrivateEndpointDetails. When true, allows the private endpoint to be used with a configuration source provider.

Returns:The is_used_with_configuration_source_provider of this UpdatePrivateEndpointDetails.
Return type:bool
nsg_id_list

Gets the nsg_id_list of this UpdatePrivateEndpointDetails. The OCIDs of network security groups (NSGs) for the private endpoint. Order does not matter.

Returns:The nsg_id_list of this UpdatePrivateEndpointDetails.
Return type:list[str]
subnet_id

Gets the subnet_id of this UpdatePrivateEndpointDetails. The OCID of the subnet within the VCN for the private endpoint.

Returns:The subnet_id of this UpdatePrivateEndpointDetails.
Return type:str
vcn_id

Gets the vcn_id of this UpdatePrivateEndpointDetails. The OCID of the VCN for the private endpoint.

Returns:The vcn_id of this UpdatePrivateEndpointDetails.
Return type:str