dbmulticloud.oracle.com/v1beta1¶
APIVersion: dbmulticloud.oracle.com/v1beta1
This content is generated from the checked-in CRD schemas in config/crd/bases/. If a description is missing or incorrect, fix the source comments or generator inputs and rerun make generate manifests; do not hand-edit config/crd/bases/*.yaml.
Packages¶
No customer-visible package currently exposes dbmulticloud.oracle.com/v1beta1.
Resources¶
| Kind | Scope | Sample | Packages |
|---|---|---|---|
| MultiCloudResourceDiscovery | Namespaced | Sample | - |
| OracleDbAwsIdentityConnector | Namespaced | Sample | - |
| OracleDbAwsKey | Namespaced | Sample | - |
| OracleDbAzureBlobContainer | Namespaced | Sample | - |
| OracleDbAzureBlobMount | Namespaced | Sample | - |
| OracleDbAzureConnector | Namespaced | Sample | - |
| OracleDbAzureVault | Namespaced | Sample | - |
| OracleDbAzureVaultAssociation | Namespaced | Sample | - |
| OracleDbGcpIdentityConnector | Namespaced | Sample | - |
| OracleDbGcpKeyRing | Namespaced | Sample | - |
MultiCloudResourceDiscovery¶
MultiCloudResourceDiscovery is the Schema for the multicloudresourcediscoveries API.
Plural:multicloudresourcediscoveriesScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_multicloudresourcediscovery.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
MultiCloudResourceDiscoverySpec defines the desired state of MultiCloudResourceDiscovery.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Multicloud Resource Discovery resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Display name of the Multicloud Resource Discovery resource. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource. | string |
Yes | - | - |
resourceType |
Resource Type to discover. | string |
Yes | - | - |
resourcesFilter |
Discover resource using attributes as key-value pair. For GCP supported attributes (keyRing) For Azure supported attributes (keyVault) GCP Example {"keyRing": "projects/db-mc-dataplane/locations/global/keyRings/dbmci-keyring"} or {"keyRing": "dbmci-keyring"} Azure Example {"keyVault": "/subscriptions/fd42b73d-5f28-4a23-ae7c-ca08c625fe07/resourceGroups/yumfei0808Test/providers/Microsoft.KeyVault/managedHSMs/orp7HSM001"} or {"keyVault": "orp7HSM001"} |
map[string, string] |
No | - | - |
Status¶
MultiCloudResourceDiscoveryStatus defines the observed state of MultiCloudResourceDiscovery.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Multicloud Resource Discovery resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Display name of the Multicloud Resource Discovery resource. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud Resource Discovery resource | string |
No | - | - |
lastModification |
Description of the latest modification of the Multicloud Resource Discovery resource. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the discovered resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource. | string |
No | - | - |
resourceType |
Resource Type to discover. | string |
No | - | - |
resources |
List of All Discovered resources. | list[object] |
No | - | - |
resourcesFilter |
Discover resource using attributes as key-value pair. For GCP supported attributes (keyRing) For Azure supported attributes (keyVault) GCP Example {"keyRing": "projects/db-mc-dataplane/locations/global/keyRings/dbmci-keyring"} or {"keyRing": "dbmci-keyring"} Azure Example {"keyVault": "/subscriptions/fd42b73d-5f28-4a23-ae7c-ca08c625fe07/resourceGroups/yumfei0808Test/providers/Microsoft.KeyVault/managedHSMs/orp7HSM001"} or {"keyVault": "orp7HSM001"} |
map[string, string] |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the Multicloud Discovery Resource was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the Multicloud Discovery Resource was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
Status.resources[]¶
Back to MultiCloudResourceDiscovery status
MultiCloudResourceDiscoveryResource defines nested fields for MultiCloudResourceDiscovery.Resource.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
id |
The ID of the Discovered Resource. | string |
No | - | - |
location |
Discovered Resource Location. | string |
No | - | - |
name |
Discovered Resource Name. | string |
No | - | - |
properties |
Discovered Resource's properties. | map[string, string] |
No | - | - |
resourceGroup |
Discovered Resource Group Name. | string |
No | - | - |
type |
Discovered Resource Type. | string |
No | - | - |
Status.status¶
Back to MultiCloudResourceDiscovery status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to MultiCloudResourceDiscovery status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to MultiCloudResourceDiscovery status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to MultiCloudResourceDiscovery status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAwsIdentityConnector¶
OracleDbAwsIdentityConnector is the Schema for the oracledbawsidentityconnectors API.
Plural:oracledbawsidentityconnectorsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbawsidentityconnector.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAwsIdentityConnectorSpec defines the desired state of OracleDbAwsIdentityConnector.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
awsAccountId |
AWS Account ID. | string |
No | - | - |
awsLocation |
AWS resource location. | string |
Yes | - | - |
awsStsPrivateEndpoint |
Private endpoint of AWS Security Token Service. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB AWS Identity Connector resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Google AWS Identity Connector resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
issuerUrl |
OIDC token issuer Url. | string |
Yes | - | - |
oidcScope |
OCI IAM Domain scope for issuer URL. | string |
Yes | - | - |
resourceId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the AWS VM Cluster resource. | string |
Yes | - | - |
serviceRoleDetails |
Service role details and respective Amazon resource nam of Role. | list[object] |
Yes | - | - |
Spec.serviceRoleDetails[]¶
Back to OracleDbAwsIdentityConnector spec
OracleDbAwsIdentityConnectorServiceRoleDetail defines nested fields for OracleDbAwsIdentityConnector.ServiceRoleDetail.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
roleArn |
Amazon resource name AWSof the IAM role. | string |
Yes | - | - |
servicePrivateEndpoint |
Private endpoint of the AWS service. | string |
Yes | - | - |
serviceType |
Type of service. | string |
Yes | - | - |
Status¶
OracleDbAwsIdentityConnectorStatus defines the observed state of OracleDbAwsIdentityConnector.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
awsAccountId |
AWS Account ID. | string |
No | - | - |
awsLocation |
AWS resource location. | string |
No | - | - |
awsStsPrivateEndpoint |
Private endpoint of AWS Security Token Service. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB AWS Identity Connector resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB AWS Identity Connector resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB AWS Identity Connector resource. | string |
No | - | - |
issuerUrl |
OIDC token issuer Url. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the AWS Identity Connector resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
oidcScope |
OCI IAM Domain scope for issuer URL. | string |
No | - | - |
resourceId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the AWS VM Cluster resource. | string |
No | - | - |
serviceRoleDetails |
Service role details and respective Amazon resource nam of Role. | list[object] |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'. | string |
No | - | - |
timeUpdated |
Time when the Oracle DB AWS Identity 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'. | string |
No | - | - |
Status.serviceRoleDetails[]¶
Back to OracleDbAwsIdentityConnector status
OracleDbAwsIdentityConnectorServiceRoleDetail defines nested fields for OracleDbAwsIdentityConnector.ServiceRoleDetail.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
roleArn |
Amazon resource name AWSof the IAM role. | string |
Yes | - | - |
servicePrivateEndpoint |
Private endpoint of the AWS service. | string |
Yes | - | - |
serviceType |
Type of service. | string |
Yes | - | - |
Status.status¶
Back to OracleDbAwsIdentityConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbAwsIdentityConnector status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbAwsIdentityConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbAwsIdentityConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAwsKey¶
OracleDbAwsKey is the Schema for the oracledbawskeys API.
Plural:oracledbawskeysScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbawskey.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAwsKeySpec defines the desired state of OracleDbAwsKey.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
awsAccountId |
AWS Account ID. | string |
No | - | - |
awsKeyArn |
Amazon resource name of AWS Key. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB AWS Key resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB AWS Key resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
isAwsKeyEnabled |
The Oracle AWS Key resource is enabled or disabled at AWS. | boolean |
No | - | - |
location |
AWS Key resource Location. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource. | string |
Yes | - | - |
properties |
AWS Key resource's properties. | map[string, string] |
No | - | - |
type |
AWS Key resource type. | string |
No | - | - |
Status¶
OracleDbAwsKeyStatus defines the observed state of OracleDbAwsKey.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
awsAccountId |
AWS Account ID. | string |
No | - | - |
awsKeyArn |
Amazon resource name of AWS Key. | string |
No | - | - |
compartmentId |
The Compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that contains this Oracle DB AWS Key resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB AWS Key Ring resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB AWS Key Ring resource. | string |
No | - | - |
isAwsKeyEnabled |
The Oracle AWS Key resource is enabled or disabled at AWS. | boolean |
No | - | - |
lifecycleState |
The lifecycle state of the Oracle DB AWS Key resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
location |
AWS Key resource location. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource. | string |
No | - | - |
properties |
AWS Key resource's properties. | map[string, string] |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the DB AWS Key resource was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'. | string |
No | - | - |
timeUpdated |
Time when the DB AWS Key resource was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'. | string |
No | - | - |
type |
Key resource type. | string |
No | - | - |
Status.status¶
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAzureBlobContainer¶
OracleDbAzureBlobContainer is the Schema for the oracledbazureblobcontainers API.
Plural:oracledbazureblobcontainersScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbazureblobcontainer.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAzureBlobContainerSpec defines the desired state of OracleDbAzureBlobContainer.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
azureStorageAccountName |
Azure Storage account name. | string |
Yes | - | - |
azureStorageContainerName |
Azure Storage container name. | string |
Yes | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Blob Container resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
privateEndpointDnsAlias |
Private endpoint's DNS alias. | string |
No | - | - |
privateEndpointIpAddress |
Private endpoint IP. | string |
No | - | - |
Status¶
OracleDbAzureBlobContainerStatus defines the observed state of OracleDbAzureBlobContainer.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
azureStorageAccountName |
Azure Storage account name. | string |
No | - | - |
azureStorageContainerName |
Azure Storage container name. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of of the compartment that contains Oracle DB Azure Blob Container resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Blob Container resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource. | string |
No | - | - |
lastModification |
Description of the latest modification of the Oracle DB Azure Blob Container resource. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the Oracle DB Azure Blob Container resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
privateEndpointDnsAlias |
Private endpoint's DNS Alias. | string |
No | - | - |
privateEndpointIpAddress |
Private endpoint IP. | string |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the Oracle DB Azure Blob Container was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the Oracle DB Azure Blob Container was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
Status.status¶
Back to OracleDbAzureBlobContainer status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbAzureBlobContainer status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbAzureBlobContainer status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbAzureBlobContainer status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAzureBlobMount¶
OracleDbAzureBlobMount is the Schema for the oracledbazureblobmounts API.
Plural:oracledbazureblobmountsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbazureblobmount.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAzureBlobMountSpec defines the desired state of OracleDbAzureBlobMount.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
TThe OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Blob Mount resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
oracleDbAzureBlobContainerId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource. | string |
Yes | - | - |
oracleDbAzureConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource. | string |
Yes | - | - |
Status¶
OracleDbAzureBlobMountStatus defines the observed state of OracleDbAzureBlobMount.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Blob Mount resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource. | string |
No | - | - |
lastModification |
Description of the latest modification of the Oracle DB Azure Blob Mount resource. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the Oracle DB Azure Blob Mount resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
mountPath |
Oracle DB Azure Blob Mount path. | string |
No | - | - |
oracleDbAzureBlobContainerId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource. | string |
No | - | - |
oracleDbAzureConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource. | string |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the Oracle DB Azure Blob Mount was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the Oracle DB Azure Blob Mount was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
Status.status¶
Back to OracleDbAzureBlobMount status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbAzureBlobMount status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbAzureBlobMount status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbAzureBlobMount status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAzureConnector¶
OracleDbAzureConnector is the Schema for the oracledbazureconnectors API.
Plural:oracledbazureconnectorsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbazureconnector.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAzureConnectorSpec defines the desired state of OracleDbAzureConnector.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
accessToken |
Azure bearer access token. | string |
No | - | - |
azureIdentityMechanism |
Azure Identity mechanism. | string |
Yes | - | - |
azureResourceGroup |
Azure Resource group name. | string |
Yes | - | - |
azureSubscriptionId |
Azure Subscription ID. | string |
Yes | - | - |
azureTenantId |
Azure Tenant ID. | string |
Yes | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource. | string |
Yes | - | - |
dbClusterResourceId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent Identity to configure. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Connector resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
privateEndpointDnsAlias |
Private endpoint's DNS alias. | string |
No | - | - |
privateEndpointIpAddress |
Private endpoint IP. | string |
No | - | - |
Status¶
OracleDbAzureConnectorStatus defines the observed state of OracleDbAzureConnector.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
accessToken |
Azure bearer access token. | string |
No | - | - |
arcAgentNodes |
List of all VMs where Arc Agent is installed under Cloud VM Cluster. | list[object] |
No | - | - |
azureIdentityConnectivityStatus |
The current Connectivity status of Azure Identity Connector resource. | string |
No | - | - |
azureIdentityMechanism |
Azure Identity mechanism. | string |
No | - | - |
azureResourceGroup |
Azure Resource group name. | string |
No | - | - |
azureSubscriptionId |
Azure Subscription ID. | string |
No | - | - |
azureTenantId |
Azure Tenant ID. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource. | string |
No | - | - |
dbClusterResourceId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Connector resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource. | string |
No | - | - |
lastModification |
Description of the latest modification of the Oracle DB Azure Connector resource. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the Azure Arc Agent resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
privateEndpointDnsAlias |
Private endpoint's DNS alias. | string |
No | - | - |
privateEndpointIpAddress |
Private endpoint IP. | string |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
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' | string |
No | - | - |
timeUpdated |
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' | string |
No | - | - |
Status.arcAgentNodes[]¶
Back to OracleDbAzureConnector status
OracleDbAzureConnectorArcAgentNode defines nested fields for OracleDbAzureConnector.ArcAgentNode.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
currentArcAgentVersion |
Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster. | string |
No | - | - |
hostId |
Host ID. | string |
No | - | - |
hostName |
Host name or Azure Arc Agent name. | string |
No | - | - |
status |
The current status of the Azure Arc Agent resource. | string |
No | - | - |
timeLastChecked |
Time when the Azure Arc Agent's status was checked RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
Status.status¶
Back to OracleDbAzureConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbAzureConnector status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbAzureConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbAzureConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAzureVault¶
OracleDbAzureVault is the Schema for the oracledbazurevaults API.
Plural:oracledbazurevaultsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbazurevault.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAzureVaultSpec defines the desired state of OracleDbAzureVault.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
azureVaultId |
Azure Vault ID. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains DB Azure Vault resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Vault resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
location |
Oracle DB Azure Vault resource location. | string |
No | - | - |
oracleDbAzureResourceGroup |
Oracle DB Azure resource group name. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource. | string |
Yes | - | - |
properties |
resource's properties. | map[string, string] |
No | - | - |
type |
Oracle DB Azure Vault resource type. | string |
No | - | - |
Status¶
OracleDbAzureVaultStatus defines the observed state of OracleDbAzureVault.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
azureVaultId |
Azure Vault ID. | string |
No | - | - |
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this Oracle DB Azure Vault resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Vault resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the oracle DB Azure Vault resource. | string |
No | - | - |
lastModification |
Description of the latest modification of the Oracle DB Azure Vault resource. | string |
No | - | - |
lifecycleState |
The lifecycle state of the Oracle DB Azure Vault resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
location |
Oracle DB Azure Vault resource location. | string |
No | - | - |
oracleDbAzureResourceGroup |
Oracle DB Azure resource group name. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource. | string |
No | - | - |
properties |
Oracle DB Azure Vault resource's properties. | map[string, string] |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the DB Azure Vault resource was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the DB Azure Vault resource was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z' | string |
No | - | - |
type |
Oracle DB Azure Vault resource type. | string |
No | - | - |
Status.status¶
Back to OracleDbAzureVault status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbAzureVault status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbAzureVault status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbAzureVault status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbAzureVaultAssociation¶
OracleDbAzureVaultAssociation is the Schema for the oracledbazurevaultassociations API.
Plural:oracledbazurevaultassociationsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbazurevaultassociation.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbAzureVaultAssociationSpec defines the desired state of OracleDbAzureVaultAssociation.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Vault Association resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
oracleDbAzureConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource. | string |
Yes | - | - |
oracleDbAzureVaultId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource. | string |
Yes | - | - |
Status¶
OracleDbAzureVaultAssociationStatus defines the observed state of OracleDbAzureVaultAssociation.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Azure Vault Association resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource. | string |
No | - | - |
isResourceAccessible |
The Associated resource is accessible or not. | boolean |
No | - | - |
lastModification |
Description of the latest modification of the Oracle DB Azure Vault Association resource. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the Oracle DB Azure Vault Association resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
oracleDbAzureConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource. | string |
No | - | - |
oracleDbAzureVaultId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource. | string |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the Oracle DB Azure Vault Association resource was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the Oracle DB Azure Vault Association resource was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
Status.status¶
Back to OracleDbAzureVaultAssociation status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbAzureVaultAssociation status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbAzureVaultAssociation status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbAzureVaultAssociation status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbGcpIdentityConnector¶
OracleDbGcpIdentityConnector is the Schema for the oracledbgcpidentityconnectors API.
Plural:oracledbgcpidentityconnectorsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbgcpidentityconnector.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbGcpIdentityConnectorSpec defines the desired state of OracleDbGcpIdentityConnector.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB Google GCP Identity Connector resource name. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
gcpLocation |
GCP Location. | string |
Yes | - | - |
gcpResourceServiceAgentId |
The ID of the GCP resource service agent. | string |
Yes | - | - |
gcpWorkloadIdentityPoolId |
The ID of the cloud GCP Workload Identity Pool. | string |
Yes | - | - |
gcpWorkloadIdentityProviderId |
The ID of the GCP Workload Identity Provider. | string |
Yes | - | - |
issuerUrl |
OIDC token issuer Url | string |
Yes | - | - |
projectId |
Project id of the customer project. | string |
Yes | - | - |
resourceId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource. | string |
Yes | - | - |
Status¶
OracleDbGcpIdentityConnectorStatus defines the observed state of OracleDbGcpIdentityConnector.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Oracle DB GCP Identity Connector resource name. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
gcpIdentityConnectivityStatus |
The current Connectivity status of GCP Identity Connector resource. | string |
No | - | - |
gcpLocation |
GCP Location. | string |
No | - | - |
gcpNodes |
List of All VMs where GCP Identity Connector is configured for this VMCluster. | list[object] |
No | - | - |
gcpResourceServiceAgentId |
The ID of the GCP resource service agent. | string |
No | - | - |
gcpWorkloadIdentityPoolId |
The ID of the cloud GCP Workload Identity Pool. | string |
No | - | - |
gcpWorkloadIdentityProviderId |
The ID of the GCP Workload Identity Provider. | string |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Connector resource. | string |
No | - | - |
issuerUrl |
OIDC token issuer Url. | string |
No | - | - |
lifecycleState |
The current lifecycle state of the GCP Identity Connector resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
projectId |
Project id of the customer project. | string |
No | - | - |
resourceId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource. | string |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the Oracle DB GCP Identity Connector resource was created expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the Oracle DB GCP Identity 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' | string |
No | - | - |
Status.gcpNodes[]¶
Back to OracleDbGcpIdentityConnector status
OracleDbGcpIdentityConnectorGcpNode defines nested fields for OracleDbGcpIdentityConnector.GcpNode.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
hostId |
Host ID. | string |
No | - | - |
hostName |
Host Name or Identity Connector name. | string |
No | - | - |
status |
The current status of the GCP Identity Connector resource. | string |
No | - | - |
timeLastChecked |
time when the GCP Identity Connector's status was checked RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z' | string |
No | - | - |
Status.status¶
Back to OracleDbGcpIdentityConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbGcpIdentityConnector status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbGcpIdentityConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbGcpIdentityConnector status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |
OracleDbGcpKeyRing¶
OracleDbGcpKeyRing is the Schema for the oracledbgcpkeyrings API.
Plural:oracledbgcpkeyringsScope:NamespacedAPIVersion:dbmulticloud.oracle.com/v1beta1Sample: Sample (config/samples/dbmulticloud_v1beta1_oracledbgcpkeyring.yaml)Packages: Not currently exposed by a customer-visible package.
Spec¶
OracleDbGcpKeyRingSpec defines the desired state of OracleDbGcpKeyRing.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where the Oracle DB GCP Key Ring resource resides. | string |
Yes | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Display name of DB GCP Key Ring resource. | string |
Yes | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
gcpKeyRingId |
GCP Key Ring ID. | string |
No | - | - |
location |
Location of the GCP Key Ring resource. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Oracle DB GCP Identity Connector resource resides. | string |
Yes | - | - |
properties |
Oracle DB GCP Key Ring resource's properties. | map[string, string] |
No | - | - |
type |
Oracle DB GCP Key Ring resource Type. | string |
No | - | - |
Status¶
OracleDbGcpKeyRingStatus defines the observed state of OracleDbGcpKeyRing.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
compartmentId |
The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where the Oracle DB GCP Key Ring resource resides. | string |
No | - | - |
definedTags |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Operations": {"CostCenter": "42"}} |
map[string, map[string, string]] |
No | - | - |
displayName |
Display name of DB GCP Key Ring resource. | string |
No | - | - |
freeformTags |
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 (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: {"Department": "Finance"} |
map[string, string] |
No | - | - |
gcpKeyRingId |
GCP Key Ring ID. | string |
No | - | - |
id |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB GCP Key Ring resource. | string |
No | - | - |
lifecycleState |
The lifecycle state of the Oracle DB GCP Key Ring resource. | string |
No | - | - |
lifecycleStateDetails |
Description of the current lifecycle state in more detail. | string |
No | - | - |
location |
Location of the GCP Key Ring resource. | string |
No | - | - |
oracleDbConnectorId |
The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the Oracle DB GCP Identity Connector resource resides. | string |
No | - | - |
properties |
Oracle DB GCP Key Ring resource's properties. | map[string, string] |
No | - | - |
status |
- | object |
Yes | - | - |
systemTags |
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
map[string, map[string, string]] |
No | - | - |
timeCreated |
Time when the DB GCP Key Ring resource was created in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z' | string |
No | - | - |
timeUpdated |
Time when the DB GCP Key Ring resource was last modified, expressed in RFC 3339 (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z' | string |
No | - | - |
type |
Oracle DB GCP Key Ring resource Type. | string |
No | - | - |
Status.status¶
Back to OracleDbGcpKeyRing status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
async |
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first. | object |
No | - | - |
conditions |
- | list[object] |
No | - | - |
createdAt |
- | string (date-time) |
No | - | - |
deletedAt |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
ocid |
- | string |
No | - | - |
opcRequestId |
OpcRequestID is the latest non-empty OCI request ID from a mutating OCI response or surfaced OCI service error that materially contributed to the current shared status projection. Headerless follow-up observations keep the last non-empty value intact. | string |
No | - | - |
reason |
- | string |
No | - | - |
requestedAt |
- | string (date-time) |
No | - | - |
updatedAt |
- | string (date-time) |
No | - | - |
Status.status.async¶
Back to OracleDbGcpKeyRing status
Async is the canonical controller-owned async contract. Resource-local legacy work-request fields may remain as compatibility mirrors while follow-on migrations land, but new async state should project here first.
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
current |
- | object |
No | - | - |
Status.status.async.current¶
Back to OracleDbGcpKeyRing status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
message |
- | string |
No | - | - |
normalizedClass |
- | string |
Yes | - | attention, canceled, failed, pending, succeeded, unknown |
percentComplete |
- | number |
No | - | - |
phase |
- | string |
Yes | - | create, delete, update |
rawOperationType |
- | string |
No | - | - |
rawStatus |
- | string |
No | - | - |
source |
- | string |
Yes | - | lifecycle, none, workrequest |
updatedAt |
- | string (date-time) |
Yes | - | - |
workRequestId |
- | string |
No | - | - |
Status.status.conditions[]¶
Back to OracleDbGcpKeyRing status
| Field | Description | Type | Required | Default | Enum |
|---|---|---|---|---|---|
lastTransitionTime |
- | string (date-time) |
No | - | - |
message |
- | string |
No | - | - |
reason |
- | string |
No | - | - |
status |
- | string |
Yes | - | - |
type |
- | string |
Yes | - | - |