1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. DbmulticloudOracleDbAzureConnector
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi

    Example Usage

    Create DbmulticloudOracleDbAzureConnector Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DbmulticloudOracleDbAzureConnector(name: string, args: DbmulticloudOracleDbAzureConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def DbmulticloudOracleDbAzureConnector(resource_name: str,
                                           args: DbmulticloudOracleDbAzureConnectorArgs,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def DbmulticloudOracleDbAzureConnector(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           access_token: Optional[str] = None,
                                           azure_identity_mechanism: Optional[str] = None,
                                           azure_resource_group: Optional[str] = None,
                                           azure_subscription_id: Optional[str] = None,
                                           azure_tenant_id: Optional[str] = None,
                                           compartment_id: Optional[str] = None,
                                           db_cluster_resource_id: Optional[str] = None,
                                           display_name: Optional[str] = None,
                                           arc_agent_nodes: Optional[Sequence[DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs]] = None,
                                           last_modification: Optional[str] = None,
                                           lifecycle_state_details: Optional[str] = None)
    func NewDbmulticloudOracleDbAzureConnector(ctx *Context, name string, args DbmulticloudOracleDbAzureConnectorArgs, opts ...ResourceOption) (*DbmulticloudOracleDbAzureConnector, error)
    public DbmulticloudOracleDbAzureConnector(string name, DbmulticloudOracleDbAzureConnectorArgs args, CustomResourceOptions? opts = null)
    public DbmulticloudOracleDbAzureConnector(String name, DbmulticloudOracleDbAzureConnectorArgs args)
    public DbmulticloudOracleDbAzureConnector(String name, DbmulticloudOracleDbAzureConnectorArgs args, CustomResourceOptions options)
    
    type: oci:oci:DbmulticloudOracleDbAzureConnector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DbmulticloudOracleDbAzureConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DbmulticloudOracleDbAzureConnectorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DbmulticloudOracleDbAzureConnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DbmulticloudOracleDbAzureConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DbmulticloudOracleDbAzureConnectorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var dbmulticloudOracleDbAzureConnectorResource = new Oci.Oci.DbmulticloudOracleDbAzureConnector("dbmulticloudOracleDbAzureConnectorResource", new()
    {
        AccessToken = "string",
        AzureIdentityMechanism = "string",
        AzureResourceGroup = "string",
        AzureSubscriptionId = "string",
        AzureTenantId = "string",
        CompartmentId = "string",
        DbClusterResourceId = "string",
        DisplayName = "string",
        ArcAgentNodes = new[]
        {
            new Oci.Oci.Inputs.DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs
            {
                CurrentArcAgentVersion = "string",
                HostId = "string",
                HostName = "string",
                Status = "string",
                TimeLastChecked = "string",
            },
        },
        LastModification = "string",
        LifecycleStateDetails = "string",
    });
    
    example, err := oci.NewDbmulticloudOracleDbAzureConnector(ctx, "dbmulticloudOracleDbAzureConnectorResource", &oci.DbmulticloudOracleDbAzureConnectorArgs{
    	AccessToken:            pulumi.String("string"),
    	AzureIdentityMechanism: pulumi.String("string"),
    	AzureResourceGroup:     pulumi.String("string"),
    	AzureSubscriptionId:    pulumi.String("string"),
    	AzureTenantId:          pulumi.String("string"),
    	CompartmentId:          pulumi.String("string"),
    	DbClusterResourceId:    pulumi.String("string"),
    	DisplayName:            pulumi.String("string"),
    	ArcAgentNodes: oci.DbmulticloudOracleDbAzureConnectorArcAgentNodeArray{
    		&oci.DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs{
    			CurrentArcAgentVersion: pulumi.String("string"),
    			HostId:                 pulumi.String("string"),
    			HostName:               pulumi.String("string"),
    			Status:                 pulumi.String("string"),
    			TimeLastChecked:        pulumi.String("string"),
    		},
    	},
    	LastModification:      pulumi.String("string"),
    	LifecycleStateDetails: pulumi.String("string"),
    })
    
    var dbmulticloudOracleDbAzureConnectorResource = new DbmulticloudOracleDbAzureConnector("dbmulticloudOracleDbAzureConnectorResource", DbmulticloudOracleDbAzureConnectorArgs.builder()
        .accessToken("string")
        .azureIdentityMechanism("string")
        .azureResourceGroup("string")
        .azureSubscriptionId("string")
        .azureTenantId("string")
        .compartmentId("string")
        .dbClusterResourceId("string")
        .displayName("string")
        .arcAgentNodes(DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs.builder()
            .currentArcAgentVersion("string")
            .hostId("string")
            .hostName("string")
            .status("string")
            .timeLastChecked("string")
            .build())
        .lastModification("string")
        .lifecycleStateDetails("string")
        .build());
    
    dbmulticloud_oracle_db_azure_connector_resource = oci.oci.DbmulticloudOracleDbAzureConnector("dbmulticloudOracleDbAzureConnectorResource",
        access_token="string",
        azure_identity_mechanism="string",
        azure_resource_group="string",
        azure_subscription_id="string",
        azure_tenant_id="string",
        compartment_id="string",
        db_cluster_resource_id="string",
        display_name="string",
        arc_agent_nodes=[{
            "current_arc_agent_version": "string",
            "host_id": "string",
            "host_name": "string",
            "status": "string",
            "time_last_checked": "string",
        }],
        last_modification="string",
        lifecycle_state_details="string")
    
    const dbmulticloudOracleDbAzureConnectorResource = new oci.oci.DbmulticloudOracleDbAzureConnector("dbmulticloudOracleDbAzureConnectorResource", {
        accessToken: "string",
        azureIdentityMechanism: "string",
        azureResourceGroup: "string",
        azureSubscriptionId: "string",
        azureTenantId: "string",
        compartmentId: "string",
        dbClusterResourceId: "string",
        displayName: "string",
        arcAgentNodes: [{
            currentArcAgentVersion: "string",
            hostId: "string",
            hostName: "string",
            status: "string",
            timeLastChecked: "string",
        }],
        lastModification: "string",
        lifecycleStateDetails: "string",
    });
    
    type: oci:oci:DbmulticloudOracleDbAzureConnector
    properties:
        accessToken: string
        arcAgentNodes:
            - currentArcAgentVersion: string
              hostId: string
              hostName: string
              status: string
              timeLastChecked: string
        azureIdentityMechanism: string
        azureResourceGroup: string
        azureSubscriptionId: string
        azureTenantId: string
        compartmentId: string
        dbClusterResourceId: string
        displayName: string
        lastModification: string
        lifecycleStateDetails: string
    

    DbmulticloudOracleDbAzureConnector Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DbmulticloudOracleDbAzureConnector resource accepts the following input properties:

    AccessToken string
    (Updatable) Azure bearer access token.
    AzureIdentityMechanism string
    (Updatable) Azure Identity mechanism.
    AzureResourceGroup string
    (Updatable) Azure Resource group name.
    AzureSubscriptionId string
    (Updatable) Azure Subscription ID.
    AzureTenantId string
    (Updatable) Azure Tenant ID.
    CompartmentId string
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    DbClusterResourceId string
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    DisplayName string
    (Updatable) Oracle DB Azure Connector resource name.
    ArcAgentNodes List<DbmulticloudOracleDbAzureConnectorArcAgentNode>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    AccessToken string
    (Updatable) Azure bearer access token.
    AzureIdentityMechanism string
    (Updatable) Azure Identity mechanism.
    AzureResourceGroup string
    (Updatable) Azure Resource group name.
    AzureSubscriptionId string
    (Updatable) Azure Subscription ID.
    AzureTenantId string
    (Updatable) Azure Tenant ID.
    CompartmentId string
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    DbClusterResourceId string
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    DisplayName string
    (Updatable) Oracle DB Azure Connector resource name.
    ArcAgentNodes []DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    accessToken String
    (Updatable) Azure bearer access token.
    azureIdentityMechanism String
    (Updatable) Azure Identity mechanism.
    azureResourceGroup String
    (Updatable) Azure Resource group name.
    azureSubscriptionId String
    (Updatable) Azure Subscription ID.
    azureTenantId String
    (Updatable) Azure Tenant ID.
    compartmentId String
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId String
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    displayName String
    (Updatable) Oracle DB Azure Connector resource name.
    arcAgentNodes List<DbmulticloudOracleDbAzureConnectorArcAgentNode>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    accessToken string
    (Updatable) Azure bearer access token.
    azureIdentityMechanism string
    (Updatable) Azure Identity mechanism.
    azureResourceGroup string
    (Updatable) Azure Resource group name.
    azureSubscriptionId string
    (Updatable) Azure Subscription ID.
    azureTenantId string
    (Updatable) Azure Tenant ID.
    compartmentId string
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId string
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    displayName string
    (Updatable) Oracle DB Azure Connector resource name.
    arcAgentNodes DbmulticloudOracleDbAzureConnectorArcAgentNode[]
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    lastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    access_token str
    (Updatable) Azure bearer access token.
    azure_identity_mechanism str
    (Updatable) Azure Identity mechanism.
    azure_resource_group str
    (Updatable) Azure Resource group name.
    azure_subscription_id str
    (Updatable) Azure Subscription ID.
    azure_tenant_id str
    (Updatable) Azure Tenant ID.
    compartment_id str
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    db_cluster_resource_id str
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    display_name str
    (Updatable) Oracle DB Azure Connector resource name.
    arc_agent_nodes Sequence[DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs]
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    last_modification str
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycle_state_details str
    Description of the current lifecycle state in more detail.
    accessToken String
    (Updatable) Azure bearer access token.
    azureIdentityMechanism String
    (Updatable) Azure Identity mechanism.
    azureResourceGroup String
    (Updatable) Azure Resource group name.
    azureSubscriptionId String
    (Updatable) Azure Subscription ID.
    azureTenantId String
    (Updatable) Azure Tenant ID.
    compartmentId String
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId String
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    displayName String
    (Updatable) Oracle DB Azure Connector resource name.
    arcAgentNodes List<Property Map>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DbmulticloudOracleDbAzureConnector resource produces the following output properties:

    AzureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    The current lifecycle state of the Azure Arc Agent resource.
    TimeCreated string
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    TimeUpdated string
    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'
    AzureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    The current lifecycle state of the Azure Arc Agent resource.
    TimeCreated string
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    TimeUpdated string
    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'
    azureIdentityConnectivityStatus String
    The current Connectivity status of Azure Identity Connector resource.
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated String
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated String
    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'
    azureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    id string
    The provider-assigned unique ID for this managed resource.
    state string
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated string
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated string
    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'
    azure_identity_connectivity_status str
    The current Connectivity status of Azure Identity Connector resource.
    id str
    The provider-assigned unique ID for this managed resource.
    state str
    The current lifecycle state of the Azure Arc Agent resource.
    time_created str
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    time_updated str
    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'
    azureIdentityConnectivityStatus String
    The current Connectivity status of Azure Identity Connector resource.
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated String
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated String
    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'

    Look up Existing DbmulticloudOracleDbAzureConnector Resource

    Get an existing DbmulticloudOracleDbAzureConnector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DbmulticloudOracleDbAzureConnectorState, opts?: CustomResourceOptions): DbmulticloudOracleDbAzureConnector
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_token: Optional[str] = None,
            arc_agent_nodes: Optional[Sequence[DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs]] = None,
            azure_identity_connectivity_status: Optional[str] = None,
            azure_identity_mechanism: Optional[str] = None,
            azure_resource_group: Optional[str] = None,
            azure_subscription_id: Optional[str] = None,
            azure_tenant_id: Optional[str] = None,
            compartment_id: Optional[str] = None,
            db_cluster_resource_id: Optional[str] = None,
            display_name: Optional[str] = None,
            last_modification: Optional[str] = None,
            lifecycle_state_details: Optional[str] = None,
            state: Optional[str] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None) -> DbmulticloudOracleDbAzureConnector
    func GetDbmulticloudOracleDbAzureConnector(ctx *Context, name string, id IDInput, state *DbmulticloudOracleDbAzureConnectorState, opts ...ResourceOption) (*DbmulticloudOracleDbAzureConnector, error)
    public static DbmulticloudOracleDbAzureConnector Get(string name, Input<string> id, DbmulticloudOracleDbAzureConnectorState? state, CustomResourceOptions? opts = null)
    public static DbmulticloudOracleDbAzureConnector get(String name, Output<String> id, DbmulticloudOracleDbAzureConnectorState state, CustomResourceOptions options)
    resources:  _:    type: oci:oci:DbmulticloudOracleDbAzureConnector    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccessToken string
    (Updatable) Azure bearer access token.
    ArcAgentNodes List<DbmulticloudOracleDbAzureConnectorArcAgentNode>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    AzureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    AzureIdentityMechanism string
    (Updatable) Azure Identity mechanism.
    AzureResourceGroup string
    (Updatable) Azure Resource group name.
    AzureSubscriptionId string
    (Updatable) Azure Subscription ID.
    AzureTenantId string
    (Updatable) Azure Tenant ID.
    CompartmentId string
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    DbClusterResourceId string
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    DisplayName string
    (Updatable) Oracle DB Azure Connector resource name.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    State string
    The current lifecycle state of the Azure Arc Agent resource.
    TimeCreated string
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    TimeUpdated string
    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'
    AccessToken string
    (Updatable) Azure bearer access token.
    ArcAgentNodes []DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    AzureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    AzureIdentityMechanism string
    (Updatable) Azure Identity mechanism.
    AzureResourceGroup string
    (Updatable) Azure Resource group name.
    AzureSubscriptionId string
    (Updatable) Azure Subscription ID.
    AzureTenantId string
    (Updatable) Azure Tenant ID.
    CompartmentId string
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    DbClusterResourceId string
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    DisplayName string
    (Updatable) Oracle DB Azure Connector resource name.
    LastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    State string
    The current lifecycle state of the Azure Arc Agent resource.
    TimeCreated string
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    TimeUpdated string
    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'
    accessToken String
    (Updatable) Azure bearer access token.
    arcAgentNodes List<DbmulticloudOracleDbAzureConnectorArcAgentNode>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azureIdentityConnectivityStatus String
    The current Connectivity status of Azure Identity Connector resource.
    azureIdentityMechanism String
    (Updatable) Azure Identity mechanism.
    azureResourceGroup String
    (Updatable) Azure Resource group name.
    azureSubscriptionId String
    (Updatable) Azure Subscription ID.
    azureTenantId String
    (Updatable) Azure Tenant ID.
    compartmentId String
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId String
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    displayName String
    (Updatable) Oracle DB Azure Connector resource name.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    state String
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated String
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated String
    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'
    accessToken string
    (Updatable) Azure bearer access token.
    arcAgentNodes DbmulticloudOracleDbAzureConnectorArcAgentNode[]
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azureIdentityConnectivityStatus string
    The current Connectivity status of Azure Identity Connector resource.
    azureIdentityMechanism string
    (Updatable) Azure Identity mechanism.
    azureResourceGroup string
    (Updatable) Azure Resource group name.
    azureSubscriptionId string
    (Updatable) Azure Subscription ID.
    azureTenantId string
    (Updatable) Azure Tenant ID.
    compartmentId string
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId string
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    displayName string
    (Updatable) Oracle DB Azure Connector resource name.
    lastModification string
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    state string
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated string
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated string
    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'
    access_token str
    (Updatable) Azure bearer access token.
    arc_agent_nodes Sequence[DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs]
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azure_identity_connectivity_status str
    The current Connectivity status of Azure Identity Connector resource.
    azure_identity_mechanism str
    (Updatable) Azure Identity mechanism.
    azure_resource_group str
    (Updatable) Azure Resource group name.
    azure_subscription_id str
    (Updatable) Azure Subscription ID.
    azure_tenant_id str
    (Updatable) Azure Tenant ID.
    compartment_id str
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    db_cluster_resource_id str
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    display_name str
    (Updatable) Oracle DB Azure Connector resource name.
    last_modification str
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycle_state_details str
    Description of the current lifecycle state in more detail.
    state str
    The current lifecycle state of the Azure Arc Agent resource.
    time_created str
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    time_updated str
    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'
    accessToken String
    (Updatable) Azure bearer access token.
    arcAgentNodes List<Property Map>
    List of all VMs where Arc Agent is installed under Cloud VM Cluster.
    azureIdentityConnectivityStatus String
    The current Connectivity status of Azure Identity Connector resource.
    azureIdentityMechanism String
    (Updatable) Azure Identity mechanism.
    azureResourceGroup String
    (Updatable) Azure Resource group name.
    azureSubscriptionId String
    (Updatable) Azure Subscription ID.
    azureTenantId String
    (Updatable) Azure Tenant ID.
    compartmentId String
    (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
    dbClusterResourceId String
    (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
    displayName String
    (Updatable) Oracle DB Azure Connector resource name.
    lastModification String
    Description of the latest modification of the Oracle DB Azure Connector resource.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    state String
    The current lifecycle state of the Azure Arc Agent resource.
    timeCreated String
    Time when the Oracle DB Azure Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    timeUpdated String
    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'

    Supporting Types

    DbmulticloudOracleDbAzureConnectorArcAgentNode, DbmulticloudOracleDbAzureConnectorArcAgentNodeArgs

    CurrentArcAgentVersion string
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    HostId string
    Host ID.
    HostName string
    Host name or Azure Arc Agent name.
    Status string
    The current status of the Azure Arc Agent resource.
    TimeLastChecked string
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    CurrentArcAgentVersion string
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    HostId string
    Host ID.
    HostName string
    Host name or Azure Arc Agent name.
    Status string
    The current status of the Azure Arc Agent resource.
    TimeLastChecked string
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    currentArcAgentVersion String
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    hostId String
    Host ID.
    hostName String
    Host name or Azure Arc Agent name.
    status String
    The current status of the Azure Arc Agent resource.
    timeLastChecked String
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    currentArcAgentVersion string
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    hostId string
    Host ID.
    hostName string
    Host name or Azure Arc Agent name.
    status string
    The current status of the Azure Arc Agent resource.
    timeLastChecked string
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    current_arc_agent_version str
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    host_id str
    Host ID.
    host_name str
    Host name or Azure Arc Agent name.
    status str
    The current status of the Azure Arc Agent resource.
    time_last_checked str
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
    currentArcAgentVersion String
    Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
    hostId String
    Host ID.
    hostName String
    Host name or Azure Arc Agent name.
    status String
    The current status of the Azure Arc Agent resource.
    timeLastChecked String
    Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'

    Import

    OracleDbAzureConnectors can be imported using the id, e.g.

    $ pulumi import oci:oci/dbmulticloudOracleDbAzureConnector:DbmulticloudOracleDbAzureConnector test_oracle_db_azure_connector "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate