CreateOracleDbAzureConnectorDetails

class oci.dbmulticloud.models.CreateOracleDbAzureConnectorDetails(**kwargs)

Bases: object

This object is about to provide input params to create Oracle DB Azure Connector Resource.

Methods

__init__(**kwargs) Initializes a new CreateOracleDbAzureConnectorDetails object with values from keyword arguments.

Attributes

access_token Gets the access_token of this CreateOracleDbAzureConnectorDetails.
azure_identity_mechanism [Required] Gets the azure_identity_mechanism of this CreateOracleDbAzureConnectorDetails.
azure_resource_group [Required] Gets the azure_resource_group of this CreateOracleDbAzureConnectorDetails.
azure_subscription_id [Required] Gets the azure_subscription_id of this CreateOracleDbAzureConnectorDetails.
azure_tenant_id [Required] Gets the azure_tenant_id of this CreateOracleDbAzureConnectorDetails.
compartment_id [Required] Gets the compartment_id of this CreateOracleDbAzureConnectorDetails.
db_cluster_resource_id [Required] Gets the db_cluster_resource_id of this CreateOracleDbAzureConnectorDetails.
defined_tags Gets the defined_tags of this CreateOracleDbAzureConnectorDetails.
display_name [Required] Gets the display_name of this CreateOracleDbAzureConnectorDetails.
freeform_tags Gets the freeform_tags of this CreateOracleDbAzureConnectorDetails.
private_endpoint_dns_alias Gets the private_endpoint_dns_alias of this CreateOracleDbAzureConnectorDetails.
private_endpoint_ip_address Gets the private_endpoint_ip_address of this CreateOracleDbAzureConnectorDetails.
__init__(**kwargs)

Initializes a new CreateOracleDbAzureConnectorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateOracleDbAzureConnectorDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateOracleDbAzureConnectorDetails.
  • db_cluster_resource_id (str) – The value to assign to the db_cluster_resource_id property of this CreateOracleDbAzureConnectorDetails.
  • azure_identity_mechanism (str) – The value to assign to the azure_identity_mechanism property of this CreateOracleDbAzureConnectorDetails.
  • azure_tenant_id (str) – The value to assign to the azure_tenant_id property of this CreateOracleDbAzureConnectorDetails.
  • azure_subscription_id (str) – The value to assign to the azure_subscription_id property of this CreateOracleDbAzureConnectorDetails.
  • azure_resource_group (str) – The value to assign to the azure_resource_group property of this CreateOracleDbAzureConnectorDetails.
  • access_token (str) – The value to assign to the access_token property of this CreateOracleDbAzureConnectorDetails.
  • private_endpoint_ip_address (str) – The value to assign to the private_endpoint_ip_address property of this CreateOracleDbAzureConnectorDetails.
  • private_endpoint_dns_alias (str) – The value to assign to the private_endpoint_dns_alias property of this CreateOracleDbAzureConnectorDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOracleDbAzureConnectorDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOracleDbAzureConnectorDetails.
access_token

Gets the access_token of this CreateOracleDbAzureConnectorDetails. Azure bearer access token. If bearer access token is provided then Service Principal details are not requires.

Returns:The access_token of this CreateOracleDbAzureConnectorDetails.
Return type:str
azure_identity_mechanism

[Required] Gets the azure_identity_mechanism of this CreateOracleDbAzureConnectorDetails. Azure Identity Mechanism.

Returns:The azure_identity_mechanism of this CreateOracleDbAzureConnectorDetails.
Return type:str
azure_resource_group

[Required] Gets the azure_resource_group of this CreateOracleDbAzureConnectorDetails. Azure Resource Group Name.

Returns:The azure_resource_group of this CreateOracleDbAzureConnectorDetails.
Return type:str
azure_subscription_id

[Required] Gets the azure_subscription_id of this CreateOracleDbAzureConnectorDetails. Azure Subscription ID.

Returns:The azure_subscription_id of this CreateOracleDbAzureConnectorDetails.
Return type:str
azure_tenant_id

[Required] Gets the azure_tenant_id of this CreateOracleDbAzureConnectorDetails. Azure Tenant ID.

Returns:The azure_tenant_id of this CreateOracleDbAzureConnectorDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this CreateOracleDbAzureConnectorDetails. The ID of the compartment that contains Oracle DB Azure Connector Resource.

Returns:The compartment_id of this CreateOracleDbAzureConnectorDetails.
Return type:str
db_cluster_resource_id

[Required] Gets the db_cluster_resource_id of this CreateOracleDbAzureConnectorDetails. The ID of the DB Cluster Resource where this Azure Arc Agent Identity to configure.

Returns:The db_cluster_resource_id of this CreateOracleDbAzureConnectorDetails.
Return type:str
defined_tags

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

[Required] Gets the display_name of this CreateOracleDbAzureConnectorDetails. Oracle DB Azure Connector Resource name.

Returns:The display_name of this CreateOracleDbAzureConnectorDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateOracleDbAzureConnectorDetails. 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 CreateOracleDbAzureConnectorDetails.
Return type:dict(str, str)
private_endpoint_dns_alias

Gets the private_endpoint_dns_alias of this CreateOracleDbAzureConnectorDetails. Private endpoint DNS Alias.

Returns:The private_endpoint_dns_alias of this CreateOracleDbAzureConnectorDetails.
Return type:str
private_endpoint_ip_address

Gets the private_endpoint_ip_address of this CreateOracleDbAzureConnectorDetails. Private endpoint IP.

Returns:The private_endpoint_ip_address of this CreateOracleDbAzureConnectorDetails.
Return type:str