@pulumi/oci 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/output.d.ts CHANGED
@@ -48029,6 +48029,10 @@ export declare namespace DataCatalog {
48029
48029
  * Unique data asset key that is immutable.
48030
48030
  */
48031
48031
  key: string;
48032
+ /**
48033
+ * A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
48034
+ */
48035
+ lifecycleDetails: string;
48032
48036
  /**
48033
48037
  * A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the "default" category. Example: `{"properties": { "default": { "host": "host1", "port": "1521", "database": "orcl"}}}`
48034
48038
  */
@@ -63953,9 +63957,6 @@ export declare namespace Database {
63953
63957
  * A filter to return only resources that match the given availability domain exactly.
63954
63958
  */
63955
63959
  availabilityDomain: string;
63956
- /**
63957
- * Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
63958
- */
63959
63960
  availableCpus: number;
63960
63961
  /**
63961
63962
  * Backup options for the Autonomous Container Database.
@@ -69840,15 +69841,35 @@ export declare namespace Database {
69840
69841
  * The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
69841
69842
  */
69842
69843
  dbNodeId: string;
69844
+ /**
69845
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69846
+ */
69847
+ definedTags: {
69848
+ [key: string]: any;
69849
+ };
69843
69850
  /**
69844
69851
  * The SSH public key fingerprint for the console connection.
69845
69852
  */
69846
69853
  fingerprint: string;
69854
+ /**
69855
+ * 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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
69856
+ */
69857
+ freeformTags: {
69858
+ [key: string]: any;
69859
+ };
69847
69860
  /**
69848
69861
  * The OCID of the console connection.
69849
69862
  */
69850
69863
  id: string;
69864
+ /**
69865
+ * Information about the current lifecycle state.
69866
+ */
69867
+ lifecycleDetails: string;
69851
69868
  publicKey: string;
69869
+ /**
69870
+ * The SSH public key's fingerprint for the console connection service host.
69871
+ */
69872
+ serviceHostKeyFingerprint: string;
69852
69873
  /**
69853
69874
  * The current state of the console connection.
69854
69875
  */
@@ -69893,12 +69914,24 @@ export declare namespace Database {
69893
69914
  * The DB system [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
69894
69915
  */
69895
69916
  dbSystemId: string;
69917
+ /**
69918
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69919
+ */
69920
+ definedTags: {
69921
+ [key: string]: any;
69922
+ };
69896
69923
  /**
69897
69924
  * The name of the Fault Domain the instance is contained in.
69898
69925
  */
69899
69926
  faultDomain: string;
69900
69927
  /**
69901
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
69928
+ * 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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
69929
+ */
69930
+ freeformTags: {
69931
+ [key: string]: any;
69932
+ };
69933
+ /**
69934
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host IP address associated with the database node. Use this OCID with either the [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PrivateIp/GetPrivateIp) or the [GetPublicIpByPrivateIpId](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/PublicIp/GetPublicIpByPrivateIpId) API to get the IP address needed to make a database connection.
69902
69935
  */
69903
69936
  hostIpId: string;
69904
69937
  /**
@@ -69909,6 +69942,10 @@ export declare namespace Database {
69909
69942
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database node.
69910
69943
  */
69911
69944
  id: string;
69945
+ /**
69946
+ * Information about the current lifecycle state.
69947
+ */
69948
+ lifecycleDetails: string;
69912
69949
  /**
69913
69950
  * The type of database node maintenance.
69914
69951
  */