OracleDbAzureConnectorSummary¶
- 
class oci.dbmulticloud.models.OracleDbAzureConnectorSummary(**kwargs)¶
- Bases: - object- Details of Oracle DB Azure Connector resource. - Methods - __init__(**kwargs)- Initializes a new OracleDbAzureConnectorSummary object with values from keyword arguments. - Attributes - arc_agent_nodes- Gets the arc_agent_nodes of this OracleDbAzureConnectorSummary. - azure_identity_connectivity_status- Gets the azure_identity_connectivity_status of this OracleDbAzureConnectorSummary. - azure_identity_mechanism- Gets the azure_identity_mechanism of this OracleDbAzureConnectorSummary. - azure_resource_group- Gets the azure_resource_group of this OracleDbAzureConnectorSummary. - azure_subscription_id- Gets the azure_subscription_id of this OracleDbAzureConnectorSummary. - azure_tenant_id- Gets the azure_tenant_id of this OracleDbAzureConnectorSummary. - compartment_id- Gets the compartment_id of this OracleDbAzureConnectorSummary. - db_cluster_resource_id- Gets the db_cluster_resource_id of this OracleDbAzureConnectorSummary. - defined_tags- Gets the defined_tags of this OracleDbAzureConnectorSummary. - display_name- Gets the display_name of this OracleDbAzureConnectorSummary. - freeform_tags- Gets the freeform_tags of this OracleDbAzureConnectorSummary. - id- Gets the id of this OracleDbAzureConnectorSummary. - last_modification- Gets the last_modification of this OracleDbAzureConnectorSummary. - lifecycle_state- Gets the lifecycle_state of this OracleDbAzureConnectorSummary. - lifecycle_state_details- Gets the lifecycle_state_details of this OracleDbAzureConnectorSummary. - private_endpoint_dns_alias- Gets the private_endpoint_dns_alias of this OracleDbAzureConnectorSummary. - private_endpoint_ip_address- Gets the private_endpoint_ip_address of this OracleDbAzureConnectorSummary. - system_tags- Gets the system_tags of this OracleDbAzureConnectorSummary. - time_created- Gets the time_created of this OracleDbAzureConnectorSummary. - time_updated- Gets the time_updated of this OracleDbAzureConnectorSummary. - 
__init__(**kwargs)¶
- Initializes a new OracleDbAzureConnectorSummary 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 OracleDbAzureConnectorSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OracleDbAzureConnectorSummary.
- db_cluster_resource_id (str) – The value to assign to the db_cluster_resource_id property of this OracleDbAzureConnectorSummary.
- display_name (str) – The value to assign to the display_name property of this OracleDbAzureConnectorSummary.
- arc_agent_nodes (list[oci.dbmulticloud.models.ArcAgentNodes]) – The value to assign to the arc_agent_nodes property of this OracleDbAzureConnectorSummary.
- azure_tenant_id (str) – The value to assign to the azure_tenant_id property of this OracleDbAzureConnectorSummary.
- azure_subscription_id (str) – The value to assign to the azure_subscription_id property of this OracleDbAzureConnectorSummary.
- azure_resource_group (str) – The value to assign to the azure_resource_group property of this OracleDbAzureConnectorSummary.
- private_endpoint_ip_address (str) – The value to assign to the private_endpoint_ip_address property of this OracleDbAzureConnectorSummary.
- private_endpoint_dns_alias (str) – The value to assign to the private_endpoint_dns_alias property of this OracleDbAzureConnectorSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbAzureConnectorSummary.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbAzureConnectorSummary.
- azure_identity_mechanism (str) – The value to assign to the azure_identity_mechanism property of this OracleDbAzureConnectorSummary.
- azure_identity_connectivity_status (str) – The value to assign to the azure_identity_connectivity_status property of this OracleDbAzureConnectorSummary.
- time_created (datetime) – The value to assign to the time_created property of this OracleDbAzureConnectorSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OracleDbAzureConnectorSummary.
- last_modification (str) – The value to assign to the last_modification property of this OracleDbAzureConnectorSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbAzureConnectorSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbAzureConnectorSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbAzureConnectorSummary.
 
 - 
arc_agent_nodes¶
- Gets the arc_agent_nodes of this OracleDbAzureConnectorSummary. List of all VMs where Arc Agent Identity is configure under Oracle Cloud VM Cluster. - Returns: - The arc_agent_nodes of this OracleDbAzureConnectorSummary. - Return type: - list[oci.dbmulticloud.models.ArcAgentNodes] 
 - 
azure_identity_connectivity_status¶
- Gets the azure_identity_connectivity_status of this OracleDbAzureConnectorSummary. The current lifecycle state of the Oracle DB Azure Identity Connector resource. - Returns: - The azure_identity_connectivity_status of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
azure_identity_mechanism¶
- Gets the azure_identity_mechanism of this OracleDbAzureConnectorSummary. Azure Identity mechanism. - Returns: - The azure_identity_mechanism of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
azure_resource_group¶
- Gets the azure_resource_group of this OracleDbAzureConnectorSummary. Azure Resource group name. - Returns: - The azure_resource_group of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
azure_subscription_id¶
- Gets the azure_subscription_id of this OracleDbAzureConnectorSummary. Azure Subscription ID. - Returns: - The azure_subscription_id of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
azure_tenant_id¶
- Gets the azure_tenant_id of this OracleDbAzureConnectorSummary. Azure Tenant ID. - Returns: - The azure_tenant_id of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
compartment_id¶
- Gets the compartment_id of this OracleDbAzureConnectorSummary. The OCID of the compartment that contains Oracle DB Azure Connector resource. - Returns: - The compartment_id of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
db_cluster_resource_id¶
- Gets the db_cluster_resource_id of this OracleDbAzureConnectorSummary. The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure. - Returns: - The db_cluster_resource_id of this OracleDbAzureConnectorSummary. - Return type: - str 
 - Gets the defined_tags of this OracleDbAzureConnectorSummary. 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 OracleDbAzureConnectorSummary. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this OracleDbAzureConnectorSummary. Oracle DB Azure Connector resource name. - Returns: - The display_name of this OracleDbAzureConnectorSummary. - Return type: - str 
 - Gets the freeform_tags of this OracleDbAzureConnectorSummary. 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 OracleDbAzureConnectorSummary. - Return type: - dict(str, str) 
 - 
id¶
- Gets the id of this OracleDbAzureConnectorSummary. The OCID of the Oracle DB Azure Connector resource. - Returns: - The id of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
last_modification¶
- Gets the last_modification of this OracleDbAzureConnectorSummary. Description of the latest modification of the Oracle DB Azure Connector resource. - Returns: - The last_modification of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this OracleDbAzureConnectorSummary. The current lifecycle state of the Oracle DB Azure Connector resource. - Returns: - The lifecycle_state of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
lifecycle_state_details¶
- Gets the lifecycle_state_details of this OracleDbAzureConnectorSummary. Description of the current lifecycle state in more detail. - Returns: - The lifecycle_state_details of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
private_endpoint_dns_alias¶
- Gets the private_endpoint_dns_alias of this OracleDbAzureConnectorSummary. Private endpoint’s DNS alias. - Returns: - The private_endpoint_dns_alias of this OracleDbAzureConnectorSummary. - Return type: - str 
 - 
private_endpoint_ip_address¶
- Gets the private_endpoint_ip_address of this OracleDbAzureConnectorSummary. Private endpoint IP. - Returns: - The private_endpoint_ip_address of this OracleDbAzureConnectorSummary. - Return type: - str 
 - Gets the system_tags of this OracleDbAzureConnectorSummary. 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 OracleDbAzureConnectorSummary. - Return type: - dict(str, dict(str, object)) 
 
-