CreateEndpointDetails¶
-
class
oci.data_connectivity.models.
CreateEndpointDetails
(**kwargs)¶ Bases:
object
The information about new Endpoint.
Methods
__init__
(**kwargs)Initializes a new CreateEndpointDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this CreateEndpointDetails. defined_tags
Gets the defined_tags of this CreateEndpointDetails. description
Gets the description of this CreateEndpointDetails. display_name
[Required] Gets the display_name of this CreateEndpointDetails. dns_zones
Gets the dns_zones of this CreateEndpointDetails. endpoint_size
Gets the endpoint_size of this CreateEndpointDetails. freeform_tags
Gets the freeform_tags of this CreateEndpointDetails. nsg_ids
Gets the nsg_ids of this CreateEndpointDetails. subnet_id
Gets the subnet_id of this CreateEndpointDetails. vcn_id
Gets the vcn_id of this CreateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new CreateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vcn_id (str) – The value to assign to the vcn_id property of this CreateEndpointDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateEndpointDetails.
- dns_zones (list[str]) – The value to assign to the dns_zones property of this CreateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateEndpointDetails.
- description (str) – The value to assign to the description property of this CreateEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this CreateEndpointDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateEndpointDetails.
- endpoint_size (int) – The value to assign to the endpoint_size property of this CreateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateEndpointDetails.
-
compartment_id
¶ Gets the compartment_id of this CreateEndpointDetails. Compartment Identifier
Returns: The compartment_id of this CreateEndpointDetails. Return type: str
Gets the defined_tags of this CreateEndpointDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateEndpointDetails. Data Connectivity Management Registry description
Returns: The description of this CreateEndpointDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateEndpointDetails. Data Connectivity Management Registry display name, registries can be renamed
Returns: The display_name of this CreateEndpointDetails. Return type: str
-
dns_zones
¶ Gets the dns_zones of this CreateEndpointDetails. List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
Returns: The dns_zones of this CreateEndpointDetails. Return type: list[str]
-
endpoint_size
¶ Gets the endpoint_size of this CreateEndpointDetails. Endpoint size for reverse connection capacity.
Returns: The endpoint_size of this CreateEndpointDetails. Return type: int
Gets the freeform_tags of this CreateEndpointDetails. 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 CreateEndpointDetails. Return type: dict(str, str)
-
nsg_ids
¶ Gets the nsg_ids of this CreateEndpointDetails. List of NSGs to which the Private Endpoint VNIC must be added.
Returns: The nsg_ids of this CreateEndpointDetails. Return type: list[str]
-
subnet_id
¶ Gets the subnet_id of this CreateEndpointDetails. Subnet Identifier for customer connected databases
Returns: The subnet_id of this CreateEndpointDetails. Return type: str
-
vcn_id
¶ Gets the vcn_id of this CreateEndpointDetails. VCN Identifier where the subnet resides.
Returns: The vcn_id of this CreateEndpointDetails. Return type: str
-