import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Oracle Db Azure Connector resource in Oracle Cloud Infrastructure Dbmulticloud service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/database-multicloud-integrations/latest/OracleDbAzureConnector * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/dbmulticloud * * Creates Oracle DB Azure Connector resource and configured Azure Identity in Oracle Database resource. * * Patch Azure Arc Agent on Oracle Cloud VM Cluster with new version. * * ## Import * * OracleDbAzureConnectors can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:oci/dbmulticloudOracleDbAzureConnector:DbmulticloudOracleDbAzureConnector test_oracle_db_azure_connector "id" * ``` */ export declare class DbmulticloudOracleDbAzureConnector extends pulumi.CustomResource { /** * Get an existing DbmulticloudOracleDbAzureConnector resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: DbmulticloudOracleDbAzureConnectorState, opts?: pulumi.CustomResourceOptions): DbmulticloudOracleDbAzureConnector; /** * Returns true if the given object is an instance of DbmulticloudOracleDbAzureConnector. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is DbmulticloudOracleDbAzureConnector; /** * (Updatable) Azure bearer access token. */ readonly accessToken: pulumi.Output; /** * List of all VMs where Arc Agent is installed under Cloud VM Cluster. */ readonly arcAgentNodes: pulumi.Output; /** * The current Connectivity status of Azure Identity Connector resource. */ readonly azureIdentityConnectivityStatus: pulumi.Output; /** * (Updatable) Azure Identity mechanism. */ readonly azureIdentityMechanism: pulumi.Output; /** * (Updatable) Azure Resource group name. */ readonly azureResourceGroup: pulumi.Output; /** * (Updatable) Azure Subscription ID. */ readonly azureSubscriptionId: pulumi.Output; /** * (Updatable) Azure Tenant ID. */ readonly azureTenantId: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource. */ readonly compartmentId: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure. */ readonly dbClusterResourceId: pulumi.Output; /** * (Updatable) Oracle DB Azure Connector resource name. */ readonly displayName: pulumi.Output; /** * Description of the latest modification of the Oracle DB Azure Connector resource. */ readonly lastModification: pulumi.Output; /** * Description of the current lifecycle state in more detail. */ readonly lifecycleStateDetails: pulumi.Output; /** * The current lifecycle state of the Azure Arc Agent resource. */ readonly state: pulumi.Output; /** * Time when the Oracle DB Azure Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' */ readonly timeCreated: pulumi.Output; /** * Time when the Oracle DB Azure Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' */ readonly timeUpdated: pulumi.Output; /** * Create a DbmulticloudOracleDbAzureConnector resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: DbmulticloudOracleDbAzureConnectorArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering DbmulticloudOracleDbAzureConnector resources. */ export interface DbmulticloudOracleDbAzureConnectorState { /** * (Updatable) Azure bearer access token. */ accessToken?: pulumi.Input; /** * List of all VMs where Arc Agent is installed under Cloud VM Cluster. */ arcAgentNodes?: pulumi.Input[] | undefined>; /** * The current Connectivity status of Azure Identity Connector resource. */ azureIdentityConnectivityStatus?: pulumi.Input; /** * (Updatable) Azure Identity mechanism. */ azureIdentityMechanism?: pulumi.Input; /** * (Updatable) Azure Resource group name. */ azureResourceGroup?: pulumi.Input; /** * (Updatable) Azure Subscription ID. */ azureSubscriptionId?: pulumi.Input; /** * (Updatable) Azure Tenant ID. */ azureTenantId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource. */ compartmentId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure. */ dbClusterResourceId?: pulumi.Input; /** * (Updatable) Oracle DB Azure Connector resource name. */ displayName?: pulumi.Input; /** * Description of the latest modification of the Oracle DB Azure Connector resource. */ lastModification?: pulumi.Input; /** * Description of the current lifecycle state in more detail. */ lifecycleStateDetails?: pulumi.Input; /** * The current lifecycle state of the Azure Arc Agent resource. */ state?: pulumi.Input; /** * Time when the Oracle DB Azure Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' */ timeCreated?: pulumi.Input; /** * Time when the Oracle DB Azure Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' */ timeUpdated?: pulumi.Input; } /** * The set of arguments for constructing a DbmulticloudOracleDbAzureConnector resource. */ export interface DbmulticloudOracleDbAzureConnectorArgs { /** * (Updatable) Azure bearer access token. */ accessToken: pulumi.Input; /** * List of all VMs where Arc Agent is installed under Cloud VM Cluster. */ arcAgentNodes?: pulumi.Input[] | undefined>; /** * (Updatable) Azure Identity mechanism. */ azureIdentityMechanism: pulumi.Input; /** * (Updatable) Azure Resource group name. */ azureResourceGroup: pulumi.Input; /** * (Updatable) Azure Subscription ID. */ azureSubscriptionId: pulumi.Input; /** * (Updatable) Azure Tenant ID. */ azureTenantId: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource. */ compartmentId: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure. */ dbClusterResourceId: pulumi.Input; /** * (Updatable) Oracle DB Azure Connector resource name. */ displayName: pulumi.Input; /** * Description of the latest modification of the Oracle DB Azure Connector resource. */ lastModification?: pulumi.Input; /** * Description of the current lifecycle state in more detail. */ lifecycleStateDetails?: pulumi.Input; } //# sourceMappingURL=dbmulticloudOracleDbAzureConnector.d.ts.map