UpdateOracleDbAzureConnectorDetails

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

Bases: object

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

Methods

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

Attributes

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

Initializes a new UpdateOracleDbAzureConnectorDetails 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 UpdateOracleDbAzureConnectorDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateOracleDbAzureConnectorDetails.
  • db_cluster_resource_id (str) – The value to assign to the db_cluster_resource_id property of this UpdateOracleDbAzureConnectorDetails.
  • azure_identity_mechanism (str) – The value to assign to the azure_identity_mechanism property of this UpdateOracleDbAzureConnectorDetails.
  • azure_tenant_id (str) – The value to assign to the azure_tenant_id property of this UpdateOracleDbAzureConnectorDetails.
  • azure_subscription_id (str) – The value to assign to the azure_subscription_id property of this UpdateOracleDbAzureConnectorDetails.
  • azure_resource_group (str) – The value to assign to the azure_resource_group property of this UpdateOracleDbAzureConnectorDetails.
  • access_token (str) – The value to assign to the access_token property of this UpdateOracleDbAzureConnectorDetails.
  • private_endpoint_ip_address (str) – The value to assign to the private_endpoint_ip_address property of this UpdateOracleDbAzureConnectorDetails.
  • private_endpoint_dns_alias (str) – The value to assign to the private_endpoint_dns_alias property of this UpdateOracleDbAzureConnectorDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOracleDbAzureConnectorDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOracleDbAzureConnectorDetails.
access_token

Gets the access_token of this UpdateOracleDbAzureConnectorDetails. Azure bearer access token. If bearer access token is provided then Service Principal detail is not required.

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

Gets the azure_identity_mechanism of this UpdateOracleDbAzureConnectorDetails. Azure Identity Mechanism.

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

Gets the azure_resource_group of this UpdateOracleDbAzureConnectorDetails. Azure Resource Group Name.

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

Gets the azure_subscription_id of this UpdateOracleDbAzureConnectorDetails. Azure Subscription ID.

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

Gets the azure_tenant_id of this UpdateOracleDbAzureConnectorDetails. Azure Tenant ID.

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

Gets the compartment_id of this UpdateOracleDbAzureConnectorDetails. The ID of the compartment that contains Oracle DB Azure Connector Resource.

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

Gets the db_cluster_resource_id of this UpdateOracleDbAzureConnectorDetails. The ID of the Oracle DB Cluster Resource where this Azure Arc Agent Identity to configure.

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

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

Gets the display_name of this UpdateOracleDbAzureConnectorDetails. Oracle DB Azure Connector Resource name.

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

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

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

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

Gets the private_endpoint_ip_address of this UpdateOracleDbAzureConnectorDetails. Private endpoint IP.

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