OracleDbAzureConnector

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

Bases: object

Oracle DB Azure Connector Details, this resource is for to create Azure Identity on Database Resource.

Attributes

AZURE_IDENTITY_MECHANISM_ARC_AGENT A constant which can be used with the azure_identity_mechanism property of a OracleDbAzureConnector.
AZURE_IDENTITY_MECHANISM_SERVICE_PRINCIPAL A constant which can be used with the azure_identity_mechanism property of a OracleDbAzureConnector.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector.
access_token Gets the access_token of this OracleDbAzureConnector.
arc_agent_nodes Gets the arc_agent_nodes of this OracleDbAzureConnector.
azure_identity_mechanism Gets the azure_identity_mechanism of this OracleDbAzureConnector.
azure_resource_group [Required] Gets the azure_resource_group of this OracleDbAzureConnector.
azure_subscription_id [Required] Gets the azure_subscription_id of this OracleDbAzureConnector.
azure_tenant_id [Required] Gets the azure_tenant_id of this OracleDbAzureConnector.
compartment_id [Required] Gets the compartment_id of this OracleDbAzureConnector.
db_cluster_resource_id [Required] Gets the db_cluster_resource_id of this OracleDbAzureConnector.
defined_tags Gets the defined_tags of this OracleDbAzureConnector.
display_name Gets the display_name of this OracleDbAzureConnector.
freeform_tags Gets the freeform_tags of this OracleDbAzureConnector.
id [Required] Gets the id of this OracleDbAzureConnector.
last_modification Gets the last_modification of this OracleDbAzureConnector.
lifecycle_state Gets the lifecycle_state of this OracleDbAzureConnector.
lifecycle_state_details Gets the lifecycle_state_details of this OracleDbAzureConnector.
private_endpoint_dns_alias Gets the private_endpoint_dns_alias of this OracleDbAzureConnector.
private_endpoint_ip_address Gets the private_endpoint_ip_address of this OracleDbAzureConnector.
system_tags Gets the system_tags of this OracleDbAzureConnector.
time_created Gets the time_created of this OracleDbAzureConnector.
time_updated Gets the time_updated of this OracleDbAzureConnector.

Methods

__init__(**kwargs) Initializes a new OracleDbAzureConnector object with values from keyword arguments.
AZURE_IDENTITY_MECHANISM_ARC_AGENT = 'ARC_AGENT'

A constant which can be used with the azure_identity_mechanism property of a OracleDbAzureConnector. This constant has a value of “ARC_AGENT”

AZURE_IDENTITY_MECHANISM_SERVICE_PRINCIPAL = 'SERVICE_PRINCIPAL'

A constant which can be used with the azure_identity_mechanism property of a OracleDbAzureConnector. This constant has a value of “SERVICE_PRINCIPAL”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector. This constant has a value of “FAILED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a OracleDbAzureConnector. This constant has a value of “UPDATING”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this OracleDbAzureConnector.
  • display_name (str) – The value to assign to the display_name property of this OracleDbAzureConnector.
  • compartment_id (str) – The value to assign to the compartment_id property of this OracleDbAzureConnector.
  • arc_agent_nodes (list[oci.dbmulticloud.models.ArcAgentNodes]) – The value to assign to the arc_agent_nodes property of this OracleDbAzureConnector.
  • db_cluster_resource_id (str) – The value to assign to the db_cluster_resource_id property of this OracleDbAzureConnector.
  • azure_tenant_id (str) – The value to assign to the azure_tenant_id property of this OracleDbAzureConnector.
  • azure_subscription_id (str) – The value to assign to the azure_subscription_id property of this OracleDbAzureConnector.
  • azure_resource_group (str) – The value to assign to the azure_resource_group property of this OracleDbAzureConnector.
  • access_token (str) – The value to assign to the access_token property of this OracleDbAzureConnector.
  • private_endpoint_ip_address (str) – The value to assign to the private_endpoint_ip_address property of this OracleDbAzureConnector.
  • private_endpoint_dns_alias (str) – The value to assign to the private_endpoint_dns_alias property of this OracleDbAzureConnector.
  • azure_identity_mechanism (str) – The value to assign to the azure_identity_mechanism property of this OracleDbAzureConnector. Allowed values for this property are: “ARC_AGENT”, “SERVICE_PRINCIPAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbAzureConnector. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbAzureConnector.
  • time_created (datetime) – The value to assign to the time_created property of this OracleDbAzureConnector.
  • time_updated (datetime) – The value to assign to the time_updated property of this OracleDbAzureConnector.
  • last_modification (str) – The value to assign to the last_modification property of this OracleDbAzureConnector.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbAzureConnector.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbAzureConnector.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbAzureConnector.
access_token

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

Returns:The access_token of this OracleDbAzureConnector.
Return type:str
arc_agent_nodes

Gets the arc_agent_nodes of this OracleDbAzureConnector. List of All VMs where Arc Agent is Install under VMCluster.

Returns:The arc_agent_nodes of this OracleDbAzureConnector.
Return type:list[oci.dbmulticloud.models.ArcAgentNodes]
azure_identity_mechanism

Gets the azure_identity_mechanism of this OracleDbAzureConnector. Azure Identity Mechanism.

Allowed values for this property are: “ARC_AGENT”, “SERVICE_PRINCIPAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

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

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

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

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

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

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

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

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

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

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

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

Gets the display_name of this OracleDbAzureConnector. Oracle DB Azure Connector resource name.

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

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

[Required] Gets the id of this OracleDbAzureConnector. The ID of the Oracle DB Azure Connector resource.

Returns:The id of this OracleDbAzureConnector.
Return type:str
last_modification

Gets the last_modification of this OracleDbAzureConnector. Description of the latest modification of the Oracle DB Azure Connector Resource.

Returns:The last_modification of this OracleDbAzureConnector.
Return type:str
lifecycle_state

Gets the lifecycle_state of this OracleDbAzureConnector. The current lifecycle state of the Azure Arc Agent Resource.

Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this OracleDbAzureConnector.
Return type:str
lifecycle_state_details

Gets the lifecycle_state_details of this OracleDbAzureConnector. Description of the current lifecycle state in more detail.

Returns:The lifecycle_state_details of this OracleDbAzureConnector.
Return type:str
private_endpoint_dns_alias

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

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

Gets the private_endpoint_ip_address of this OracleDbAzureConnector. Private endpoint IP.

Returns:The private_endpoint_ip_address of this OracleDbAzureConnector.
Return type:str
system_tags

Gets the system_tags of this OracleDbAzureConnector. System tags for this resource. Each key is predefined and scoped to a namespace.

Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this OracleDbAzureConnector.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this OracleDbAzureConnector. Time when the Oracle DB Azure Connector Resource was created expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’

Returns:The time_created of this OracleDbAzureConnector.
Return type:datetime
time_updated

Gets the time_updated of this OracleDbAzureConnector. Time when the Oracle DB Azure Connector Resource was last modified expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’

Returns:The time_updated of this OracleDbAzureConnector.
Return type:datetime