@pulumi/oci 4.10.0-alpha.1778052290 → 4.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/core/instancePool.d.ts +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +5 -0
- package/types/output.d.ts +14 -0
package/core/instancePool.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ export declare class InstancePool extends pulumi.CustomResource {
|
|
|
145
145
|
/**
|
|
146
146
|
* The load balancers to attach to the instance pool. (Note: From 6.16.0 loadBalancers field in oci.Core.InstancePool is changed from TypeList to TypeSet - to support load balancer insert operation. Also, LB cant by accessed by index)
|
|
147
147
|
*/
|
|
148
|
-
readonly loadBalancers: pulumi.Output<outputs.Core.InstancePoolLoadBalancer[]>;
|
|
148
|
+
readonly loadBalancers: pulumi.Output<outputs.Core.InstancePoolLoadBalancer[] | undefined>;
|
|
149
149
|
/**
|
|
150
150
|
* (Updatable) The placement configurations for the instance pool. Provide one placement configuration for each availability domain.
|
|
151
151
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/oci",
|
|
3
|
-
"version": "4.10.0
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "oci",
|
|
28
|
-
"version": "4.10.0
|
|
28
|
+
"version": "4.10.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -30176,6 +30176,10 @@ export declare namespace Database {
|
|
|
30176
30176
|
* Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
|
|
30177
30177
|
*/
|
|
30178
30178
|
isRetentionLockEnabled?: pulumi.Input<boolean>;
|
|
30179
|
+
/**
|
|
30180
|
+
* Indicates whether Zero Data Loss functionality is enabled for a Recovery Appliance backup destination in an Autonomous Container Database. When enabled, the database automatically ships all redo logs in real-time to the Recovery Appliance for a Zero Data Loss recovery setup (sub-second RPO). Defaults to `TRUE` if no value is given.
|
|
30181
|
+
*/
|
|
30182
|
+
isZeroDataLossEnabled?: pulumi.Input<boolean>;
|
|
30179
30183
|
/**
|
|
30180
30184
|
* The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
30181
30185
|
*/
|
|
@@ -31146,6 +31150,7 @@ export declare namespace Database {
|
|
|
31146
31150
|
* Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
|
|
31147
31151
|
*/
|
|
31148
31152
|
isRetentionLockEnabled?: pulumi.Input<boolean>;
|
|
31153
|
+
isZeroDataLossEnabled?: pulumi.Input<boolean>;
|
|
31149
31154
|
/**
|
|
31150
31155
|
* The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
31151
31156
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -98815,6 +98815,10 @@ export declare namespace Database {
|
|
|
98815
98815
|
* Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
|
|
98816
98816
|
*/
|
|
98817
98817
|
isRetentionLockEnabled: boolean;
|
|
98818
|
+
/**
|
|
98819
|
+
* Indicates whether Zero Data Loss functionality is enabled for a Recovery Appliance backup destination in an Autonomous Container Database. When enabled, the database automatically ships all redo logs in real-time to the Recovery Appliance for a Zero Data Loss recovery setup (sub-second RPO). Defaults to `TRUE` if no value is given.
|
|
98820
|
+
*/
|
|
98821
|
+
isZeroDataLossEnabled: boolean;
|
|
98818
98822
|
/**
|
|
98819
98823
|
* The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
98820
98824
|
*/
|
|
@@ -99785,6 +99789,7 @@ export declare namespace Database {
|
|
|
99785
99789
|
* Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
|
|
99786
99790
|
*/
|
|
99787
99791
|
isRetentionLockEnabled: boolean;
|
|
99792
|
+
isZeroDataLossEnabled: boolean;
|
|
99788
99793
|
/**
|
|
99789
99794
|
* The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
99790
99795
|
*/
|
|
@@ -109294,6 +109299,10 @@ export declare namespace Database {
|
|
|
109294
109299
|
*/
|
|
109295
109300
|
isRemote: boolean;
|
|
109296
109301
|
isRetentionLockEnabled: boolean;
|
|
109302
|
+
/**
|
|
109303
|
+
* Indicates whether Zero Data Loss functionality is enabled for a Recovery Appliance backup destination in an Autonomous Container Database. When enabled, the database automatically ships all redo logs in real-time to the Recovery Appliance for a Zero Data Loss recovery setup (sub-second RPO). Defaults to `TRUE` if no value is given.
|
|
109304
|
+
*/
|
|
109305
|
+
isZeroDataLossEnabled: boolean;
|
|
109297
109306
|
/**
|
|
109298
109307
|
* The name of the remote region where the remote automatic incremental backups will be stored.
|
|
109299
109308
|
*/
|
|
@@ -110884,6 +110893,10 @@ export declare namespace Database {
|
|
|
110884
110893
|
* Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
|
|
110885
110894
|
*/
|
|
110886
110895
|
isRetentionLockEnabled: boolean;
|
|
110896
|
+
/**
|
|
110897
|
+
* Indicates whether Zero Data Loss functionality is enabled for a Recovery Appliance backup destination in an Autonomous Container Database. When enabled, the database automatically ships all redo logs in real-time to the Recovery Appliance for a Zero Data Loss recovery setup (sub-second RPO). Defaults to `TRUE` if no value is given.
|
|
110898
|
+
*/
|
|
110899
|
+
isZeroDataLossEnabled: boolean;
|
|
110887
110900
|
/**
|
|
110888
110901
|
* The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
110889
110902
|
*/
|
|
@@ -112678,6 +112691,7 @@ export declare namespace Database {
|
|
|
112678
112691
|
id: string;
|
|
112679
112692
|
isRemote: boolean;
|
|
112680
112693
|
isRetentionLockEnabled: boolean;
|
|
112694
|
+
isZeroDataLossEnabled: boolean;
|
|
112681
112695
|
remoteRegion: string;
|
|
112682
112696
|
type: string;
|
|
112683
112697
|
}
|