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:
- Access
Token string - (Updatable) Azure bearer access token.
- Azure
Identity stringMechanism - (Updatable) Azure Identity mechanism.
- Azure
Resource stringGroup - (Updatable) Azure Resource group name.
- Azure
Subscription stringId - (Updatable) Azure Subscription ID.
- Azure
Tenant stringId - (Updatable) Azure Tenant ID.
- Compartment
Id string - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- Db
Cluster stringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- Display
Name string - (Updatable) Oracle DB Azure Connector resource name.
- Arc
Agent List<DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node> - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Access
Token string - (Updatable) Azure bearer access token.
- Azure
Identity stringMechanism - (Updatable) Azure Identity mechanism.
- Azure
Resource stringGroup - (Updatable) Azure Resource group name.
- Azure
Subscription stringId - (Updatable) Azure Subscription ID.
- Azure
Tenant stringId - (Updatable) Azure Tenant ID.
- Compartment
Id string - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- Db
Cluster stringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- Display
Name string - (Updatable) Oracle DB Azure Connector resource name.
- Arc
Agent []DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node Args - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- access
Token String - (Updatable) Azure bearer access token.
- azure
Identity StringMechanism - (Updatable) Azure Identity mechanism.
- azure
Resource StringGroup - (Updatable) Azure Resource group name.
- azure
Subscription StringId - (Updatable) Azure Subscription ID.
- azure
Tenant StringId - (Updatable) Azure Tenant ID.
- compartment
Id String - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster StringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- display
Name String - (Updatable) Oracle DB Azure Connector resource name.
- arc
Agent List<DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node> - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- access
Token string - (Updatable) Azure bearer access token.
- azure
Identity stringMechanism - (Updatable) Azure Identity mechanism.
- azure
Resource stringGroup - (Updatable) Azure Resource group name.
- azure
Subscription stringId - (Updatable) Azure Subscription ID.
- azure
Tenant stringId - (Updatable) Azure Tenant ID.
- compartment
Id string - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster stringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- display
Name string - (Updatable) Oracle DB Azure Connector resource name.
- arc
Agent DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node[] - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- access_
token str - (Updatable) Azure bearer access token.
- azure_
identity_ strmechanism - (Updatable) Azure Identity mechanism.
- azure_
resource_ strgroup - (Updatable) Azure Resource group name.
- azure_
subscription_ strid - (Updatable) Azure Subscription ID.
- azure_
tenant_ strid - (Updatable) Azure Tenant ID.
- compartment_
id str - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db_
cluster_ strresource_ id - (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_ Sequence[Dbmulticloudnodes Oracle Db Azure Connector Arc Agent Node Args] - 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_ strdetails - Description of the current lifecycle state in more detail.
- access
Token String - (Updatable) Azure bearer access token.
- azure
Identity StringMechanism - (Updatable) Azure Identity mechanism.
- azure
Resource StringGroup - (Updatable) Azure Resource group name.
- azure
Subscription StringId - (Updatable) Azure Subscription ID.
- azure
Tenant StringId - (Updatable) Azure Tenant ID.
- compartment
Id String - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster StringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- display
Name String - (Updatable) Oracle DB Azure Connector resource name.
- arc
Agent List<Property Map>Nodes - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State StringDetails - 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:
- Azure
Identity stringConnectivity Status - 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.
- Time
Created 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'
- Time
Updated 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 stringConnectivity Status - 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.
- Time
Created 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'
- Time
Updated 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 StringConnectivity Status - 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.
- time
Created 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'
- time
Updated 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 stringConnectivity Status - 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.
- time
Created 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'
- time
Updated 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_ strconnectivity_ status - 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'
- azure
Identity StringConnectivity Status - 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.
- time
Created 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'
- time
Updated 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) -> DbmulticloudOracleDbAzureConnectorfunc 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.
- Access
Token string - (Updatable) Azure bearer access token.
- Arc
Agent List<DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node> - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- Azure
Identity stringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- Azure
Identity stringMechanism - (Updatable) Azure Identity mechanism.
- Azure
Resource stringGroup - (Updatable) Azure Resource group name.
- Azure
Subscription stringId - (Updatable) Azure Subscription ID.
- Azure
Tenant stringId - (Updatable) Azure Tenant ID.
- Compartment
Id string - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- Db
Cluster stringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- Display
Name string - (Updatable) Oracle DB Azure Connector resource name.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- State string
- The current lifecycle state of the Azure Arc Agent resource.
- Time
Created 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'
- Time
Updated 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 string - (Updatable) Azure bearer access token.
- Arc
Agent []DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node Args - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- Azure
Identity stringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- Azure
Identity stringMechanism - (Updatable) Azure Identity mechanism.
- Azure
Resource stringGroup - (Updatable) Azure Resource group name.
- Azure
Subscription stringId - (Updatable) Azure Subscription ID.
- Azure
Tenant stringId - (Updatable) Azure Tenant ID.
- Compartment
Id string - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- Db
Cluster stringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- Display
Name string - (Updatable) Oracle DB Azure Connector resource name.
- Last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- State string
- The current lifecycle state of the Azure Arc Agent resource.
- Time
Created 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'
- Time
Updated 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 String - (Updatable) Azure bearer access token.
- arc
Agent List<DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node> - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure
Identity StringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- azure
Identity StringMechanism - (Updatable) Azure Identity mechanism.
- azure
Resource StringGroup - (Updatable) Azure Resource group name.
- azure
Subscription StringId - (Updatable) Azure Subscription ID.
- azure
Tenant StringId - (Updatable) Azure Tenant ID.
- compartment
Id String - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster StringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- display
Name String - (Updatable) Oracle DB Azure Connector resource name.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- state String
- The current lifecycle state of the Azure Arc Agent resource.
- time
Created 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'
- time
Updated 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 string - (Updatable) Azure bearer access token.
- arc
Agent DbmulticloudNodes Oracle Db Azure Connector Arc Agent Node[] - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure
Identity stringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- azure
Identity stringMechanism - (Updatable) Azure Identity mechanism.
- azure
Resource stringGroup - (Updatable) Azure Resource group name.
- azure
Subscription stringId - (Updatable) Azure Subscription ID.
- azure
Tenant stringId - (Updatable) Azure Tenant ID.
- compartment
Id string - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster stringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- display
Name string - (Updatable) Oracle DB Azure Connector resource name.
- last
Modification string - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- state string
- The current lifecycle state of the Azure Arc Agent resource.
- time
Created 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'
- time
Updated 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_ Sequence[Dbmulticloudnodes Oracle Db Azure Connector Arc Agent Node Args] - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure_
identity_ strconnectivity_ status - The current Connectivity status of Azure Identity Connector resource.
- azure_
identity_ strmechanism - (Updatable) Azure Identity mechanism.
- azure_
resource_ strgroup - (Updatable) Azure Resource group name.
- azure_
subscription_ strid - (Updatable) Azure Subscription ID.
- azure_
tenant_ strid - (Updatable) Azure Tenant ID.
- compartment_
id str - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db_
cluster_ strresource_ id - (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_ strdetails - 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'
- access
Token String - (Updatable) Azure bearer access token.
- arc
Agent List<Property Map>Nodes - List of all VMs where Arc Agent is installed under Cloud VM Cluster.
- azure
Identity StringConnectivity Status - The current Connectivity status of Azure Identity Connector resource.
- azure
Identity StringMechanism - (Updatable) Azure Identity mechanism.
- azure
Resource StringGroup - (Updatable) Azure Resource group name.
- azure
Subscription StringId - (Updatable) Azure Subscription ID.
- azure
Tenant StringId - (Updatable) Azure Tenant ID.
- compartment
Id String - (Updatable) The OCID of the compartment that contains Oracle DB Azure Connector resource.
- db
Cluster StringResource Id - (Updatable) The OCID of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure.
- display
Name String - (Updatable) Oracle DB Azure Connector resource name.
- last
Modification String - Description of the latest modification of the Oracle DB Azure Connector resource.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- state String
- The current lifecycle state of the Azure Arc Agent resource.
- time
Created 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'
- time
Updated 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
- Current
Arc stringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- Host
Id string - Host ID.
- Host
Name string - Host name or Azure Arc Agent name.
- Status string
- The current status of the Azure Arc Agent resource.
- Time
Last stringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Current
Arc stringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- Host
Id string - Host ID.
- Host
Name string - Host name or Azure Arc Agent name.
- Status string
- The current status of the Azure Arc Agent resource.
- Time
Last stringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current
Arc StringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host
Id String - Host ID.
- host
Name String - Host name or Azure Arc Agent name.
- status String
- The current status of the Azure Arc Agent resource.
- time
Last StringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current
Arc stringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host
Id string - Host ID.
- host
Name string - Host name or Azure Arc Agent name.
- status string
- The current status of the Azure Arc Agent resource.
- time
Last stringChecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current_
arc_ stragent_ version - 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_ strchecked - Time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- current
Arc StringAgent Version - Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
- host
Id String - Host ID.
- host
Name String - Host name or Azure Arc Agent name.
- status String
- The current status of the Azure Arc Agent resource.
- time
Last StringChecked - 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
ociTerraform Provider.
