pulumi-oci 2.13.0a1729059403__py3-none-any.whl → 2.13.0a1729613556__py3-none-any.whl

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.
Files changed (65) hide show
  1. pulumi_oci/__init__.py +24 -19
  2. pulumi_oci/containerengine/_inputs.py +341 -0
  3. pulumi_oci/containerengine/cluster.py +64 -0
  4. pulumi_oci/containerengine/get_cluster.py +12 -1
  5. pulumi_oci/containerengine/outputs.py +582 -0
  6. pulumi_oci/core/_inputs.py +299 -37
  7. pulumi_oci/core/boot_volume.py +90 -5
  8. pulumi_oci/core/get_block_volume_replica.py +15 -1
  9. pulumi_oci/core/get_boot_volume.py +15 -4
  10. pulumi_oci/core/get_boot_volume_replica.py +15 -1
  11. pulumi_oci/core/get_volume.py +18 -4
  12. pulumi_oci/core/instance_configuration.py +4 -0
  13. pulumi_oci/core/outputs.py +573 -46
  14. pulumi_oci/core/volume.py +110 -12
  15. pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
  16. pulumi_oci/core/volume_group.py +56 -5
  17. pulumi_oci/datasafe/__init__.py +1 -0
  18. pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
  19. pulumi_oci/desktops/_inputs.py +175 -13
  20. pulumi_oci/desktops/desktop_pool.py +67 -0
  21. pulumi_oci/desktops/get_desktop_pool.py +16 -1
  22. pulumi_oci/desktops/outputs.py +339 -18
  23. pulumi_oci/dns/__init__.py +2 -0
  24. pulumi_oci/dns/_inputs.py +1157 -12
  25. pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
  26. pulumi_oci/dns/get_records.py +45 -13
  27. pulumi_oci/dns/get_resolver.py +8 -6
  28. pulumi_oci/dns/get_resolver_endpoint.py +8 -6
  29. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  30. pulumi_oci/dns/get_resolvers.py +12 -12
  31. pulumi_oci/dns/get_rrset.py +16 -16
  32. pulumi_oci/dns/get_rrsets.py +12 -10
  33. pulumi_oci/dns/get_view.py +8 -4
  34. pulumi_oci/dns/get_views.py +12 -12
  35. pulumi_oci/dns/get_zones.py +33 -13
  36. pulumi_oci/dns/outputs.py +1388 -79
  37. pulumi_oci/dns/record.py +12 -12
  38. pulumi_oci/dns/resolver.py +7 -7
  39. pulumi_oci/dns/resolver_endpoint.py +2 -2
  40. pulumi_oci/dns/rrset.py +50 -41
  41. pulumi_oci/dns/zone.py +176 -17
  42. pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
  43. pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
  44. pulumi_oci/goldengate/__init__.py +1 -0
  45. pulumi_oci/goldengate/_inputs.py +165 -0
  46. pulumi_oci/goldengate/connection.py +49 -35
  47. pulumi_oci/goldengate/database_registration.py +7 -7
  48. pulumi_oci/goldengate/deployment.py +79 -4
  49. pulumi_oci/goldengate/get_deployment.py +30 -2
  50. pulumi_oci/goldengate/get_deployment_environments.py +144 -0
  51. pulumi_oci/goldengate/outputs.py +409 -2
  52. pulumi_oci/pulumi-plugin.json +1 -1
  53. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/METADATA +1 -1
  54. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/RECORD +56 -61
  55. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/WHEEL +1 -1
  56. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  57. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
  58. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
  59. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
  60. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
  61. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
  62. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
  63. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
  64. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
  65. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/top_level.txt +0 -0
@@ -695,6 +695,14 @@ if not MYPY:
695
695
  """
696
696
  (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
697
697
  """
698
+ kms_key_id: NotRequired[pulumi.Input[str]]
699
+ """
700
+ (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
701
+ """
702
+ xrr_kms_key_id: NotRequired[pulumi.Input[str]]
703
+ """
704
+ (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region boot volume replicas, which will be used in the destination region to encrypt the boot volume replica's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
705
+ """
698
706
  elif False:
699
707
  BootVolumeBootVolumeReplicaArgsDict: TypeAlias = Mapping[str, Any]
700
708
 
@@ -703,17 +711,25 @@ class BootVolumeBootVolumeReplicaArgs:
703
711
  def __init__(__self__, *,
704
712
  availability_domain: pulumi.Input[str],
705
713
  boot_volume_replica_id: Optional[pulumi.Input[str]] = None,
706
- display_name: Optional[pulumi.Input[str]] = None):
714
+ display_name: Optional[pulumi.Input[str]] = None,
715
+ kms_key_id: Optional[pulumi.Input[str]] = None,
716
+ xrr_kms_key_id: Optional[pulumi.Input[str]] = None):
707
717
  """
708
718
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the boot volume replica. Example: `Uocm:PHX-AD-1`
709
719
  :param pulumi.Input[str] boot_volume_replica_id: The boot volume replica's Oracle ID (OCID).
710
720
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
721
+ :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
722
+ :param pulumi.Input[str] xrr_kms_key_id: (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region boot volume replicas, which will be used in the destination region to encrypt the boot volume replica's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
711
723
  """
712
724
  pulumi.set(__self__, "availability_domain", availability_domain)
713
725
  if boot_volume_replica_id is not None:
714
726
  pulumi.set(__self__, "boot_volume_replica_id", boot_volume_replica_id)
715
727
  if display_name is not None:
716
728
  pulumi.set(__self__, "display_name", display_name)
729
+ if kms_key_id is not None:
730
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
731
+ if xrr_kms_key_id is not None:
732
+ pulumi.set(__self__, "xrr_kms_key_id", xrr_kms_key_id)
717
733
 
718
734
  @property
719
735
  @pulumi.getter(name="availabilityDomain")
@@ -751,16 +767,52 @@ class BootVolumeBootVolumeReplicaArgs:
751
767
  def display_name(self, value: Optional[pulumi.Input[str]]):
752
768
  pulumi.set(self, "display_name", value)
753
769
 
770
+ @property
771
+ @pulumi.getter(name="kmsKeyId")
772
+ def kms_key_id(self) -> Optional[pulumi.Input[str]]:
773
+ """
774
+ (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
775
+ """
776
+ return pulumi.get(self, "kms_key_id")
777
+
778
+ @kms_key_id.setter
779
+ def kms_key_id(self, value: Optional[pulumi.Input[str]]):
780
+ pulumi.set(self, "kms_key_id", value)
781
+
782
+ @property
783
+ @pulumi.getter(name="xrrKmsKeyId")
784
+ def xrr_kms_key_id(self) -> Optional[pulumi.Input[str]]:
785
+ """
786
+ (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region boot volume replicas, which will be used in the destination region to encrypt the boot volume replica's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
787
+ """
788
+ return pulumi.get(self, "xrr_kms_key_id")
789
+
790
+ @xrr_kms_key_id.setter
791
+ def xrr_kms_key_id(self, value: Optional[pulumi.Input[str]]):
792
+ pulumi.set(self, "xrr_kms_key_id", value)
793
+
754
794
 
755
795
  if not MYPY:
756
796
  class BootVolumeSourceDetailsArgsDict(TypedDict):
757
- id: pulumi.Input[str]
797
+ type: pulumi.Input[str]
798
+ """
799
+ The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
800
+ """
801
+ change_block_size_in_bytes: NotRequired[pulumi.Input[str]]
802
+ """
803
+ Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
804
+ """
805
+ first_backup_id: NotRequired[pulumi.Input[str]]
806
+ """
807
+ The OCID of the first boot volume backup.
808
+ """
809
+ id: NotRequired[pulumi.Input[str]]
758
810
  """
759
811
  The OCID of the boot volume replica.
760
812
  """
761
- type: pulumi.Input[str]
813
+ second_backup_id: NotRequired[pulumi.Input[str]]
762
814
  """
763
- The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeReplica`
815
+ The OCID of the second boot volume backup.
764
816
  """
765
817
  elif False:
766
818
  BootVolumeSourceDetailsArgsDict: TypeAlias = Mapping[str, Any]
@@ -768,38 +820,87 @@ elif False:
768
820
  @pulumi.input_type
769
821
  class BootVolumeSourceDetailsArgs:
770
822
  def __init__(__self__, *,
771
- id: pulumi.Input[str],
772
- type: pulumi.Input[str]):
823
+ type: pulumi.Input[str],
824
+ change_block_size_in_bytes: Optional[pulumi.Input[str]] = None,
825
+ first_backup_id: Optional[pulumi.Input[str]] = None,
826
+ id: Optional[pulumi.Input[str]] = None,
827
+ second_backup_id: Optional[pulumi.Input[str]] = None):
773
828
  """
829
+ :param pulumi.Input[str] type: The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
830
+ :param pulumi.Input[str] change_block_size_in_bytes: Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
831
+ :param pulumi.Input[str] first_backup_id: The OCID of the first boot volume backup.
774
832
  :param pulumi.Input[str] id: The OCID of the boot volume replica.
775
- :param pulumi.Input[str] type: The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeReplica`
833
+ :param pulumi.Input[str] second_backup_id: The OCID of the second boot volume backup.
776
834
  """
777
- pulumi.set(__self__, "id", id)
778
835
  pulumi.set(__self__, "type", type)
836
+ if change_block_size_in_bytes is not None:
837
+ pulumi.set(__self__, "change_block_size_in_bytes", change_block_size_in_bytes)
838
+ if first_backup_id is not None:
839
+ pulumi.set(__self__, "first_backup_id", first_backup_id)
840
+ if id is not None:
841
+ pulumi.set(__self__, "id", id)
842
+ if second_backup_id is not None:
843
+ pulumi.set(__self__, "second_backup_id", second_backup_id)
779
844
 
780
845
  @property
781
846
  @pulumi.getter
782
- def id(self) -> pulumi.Input[str]:
847
+ def type(self) -> pulumi.Input[str]:
848
+ """
849
+ The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
850
+ """
851
+ return pulumi.get(self, "type")
852
+
853
+ @type.setter
854
+ def type(self, value: pulumi.Input[str]):
855
+ pulumi.set(self, "type", value)
856
+
857
+ @property
858
+ @pulumi.getter(name="changeBlockSizeInBytes")
859
+ def change_block_size_in_bytes(self) -> Optional[pulumi.Input[str]]:
860
+ """
861
+ Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
862
+ """
863
+ return pulumi.get(self, "change_block_size_in_bytes")
864
+
865
+ @change_block_size_in_bytes.setter
866
+ def change_block_size_in_bytes(self, value: Optional[pulumi.Input[str]]):
867
+ pulumi.set(self, "change_block_size_in_bytes", value)
868
+
869
+ @property
870
+ @pulumi.getter(name="firstBackupId")
871
+ def first_backup_id(self) -> Optional[pulumi.Input[str]]:
872
+ """
873
+ The OCID of the first boot volume backup.
874
+ """
875
+ return pulumi.get(self, "first_backup_id")
876
+
877
+ @first_backup_id.setter
878
+ def first_backup_id(self, value: Optional[pulumi.Input[str]]):
879
+ pulumi.set(self, "first_backup_id", value)
880
+
881
+ @property
882
+ @pulumi.getter
883
+ def id(self) -> Optional[pulumi.Input[str]]:
783
884
  """
784
885
  The OCID of the boot volume replica.
785
886
  """
786
887
  return pulumi.get(self, "id")
787
888
 
788
889
  @id.setter
789
- def id(self, value: pulumi.Input[str]):
890
+ def id(self, value: Optional[pulumi.Input[str]]):
790
891
  pulumi.set(self, "id", value)
791
892
 
792
893
  @property
793
- @pulumi.getter
794
- def type(self) -> pulumi.Input[str]:
894
+ @pulumi.getter(name="secondBackupId")
895
+ def second_backup_id(self) -> Optional[pulumi.Input[str]]:
795
896
  """
796
- The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeReplica`
897
+ The OCID of the second boot volume backup.
797
898
  """
798
- return pulumi.get(self, "type")
899
+ return pulumi.get(self, "second_backup_id")
799
900
 
800
- @type.setter
801
- def type(self, value: pulumi.Input[str]):
802
- pulumi.set(self, "type", value)
901
+ @second_backup_id.setter
902
+ def second_backup_id(self, value: Optional[pulumi.Input[str]]):
903
+ pulumi.set(self, "second_backup_id", value)
803
904
 
804
905
 
805
906
  if not MYPY:
@@ -6459,6 +6560,10 @@ if not MYPY:
6459
6560
 
6460
6561
  Allowed values:
6461
6562
  """
6563
+ xrc_kms_key_id: NotRequired[pulumi.Input[str]]
6564
+ """
6565
+ The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
6566
+ """
6462
6567
  elif False:
6463
6568
  InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgsDict: TypeAlias = Mapping[str, Any]
6464
6569
 
@@ -6478,7 +6583,8 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6478
6583
  kms_key_id: Optional[pulumi.Input[str]] = None,
6479
6584
  size_in_gbs: Optional[pulumi.Input[str]] = None,
6480
6585
  source_details: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs']] = None,
6481
- vpus_per_gb: Optional[pulumi.Input[str]] = None):
6586
+ vpus_per_gb: Optional[pulumi.Input[str]] = None,
6587
+ xrc_kms_key_id: Optional[pulumi.Input[str]] = None):
6482
6588
  """
6483
6589
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
6484
6590
  :param pulumi.Input[str] availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
@@ -6495,6 +6601,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6495
6601
  :param pulumi.Input[str] vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
6496
6602
 
6497
6603
  Allowed values:
6604
+ :param pulumi.Input[str] xrc_kms_key_id: The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
6498
6605
  """
6499
6606
  if autotune_policies is not None:
6500
6607
  pulumi.set(__self__, "autotune_policies", autotune_policies)
@@ -6524,6 +6631,8 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6524
6631
  pulumi.set(__self__, "source_details", source_details)
6525
6632
  if vpus_per_gb is not None:
6526
6633
  pulumi.set(__self__, "vpus_per_gb", vpus_per_gb)
6634
+ if xrc_kms_key_id is not None:
6635
+ pulumi.set(__self__, "xrc_kms_key_id", xrc_kms_key_id)
6527
6636
 
6528
6637
  @property
6529
6638
  @pulumi.getter(name="autotunePolicies")
@@ -6692,6 +6801,18 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6692
6801
  def vpus_per_gb(self, value: Optional[pulumi.Input[str]]):
6693
6802
  pulumi.set(self, "vpus_per_gb", value)
6694
6803
 
6804
+ @property
6805
+ @pulumi.getter(name="xrcKmsKeyId")
6806
+ def xrc_kms_key_id(self) -> Optional[pulumi.Input[str]]:
6807
+ """
6808
+ The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
6809
+ """
6810
+ return pulumi.get(self, "xrc_kms_key_id")
6811
+
6812
+ @xrc_kms_key_id.setter
6813
+ def xrc_kms_key_id(self, value: Optional[pulumi.Input[str]]):
6814
+ pulumi.set(self, "xrc_kms_key_id", value)
6815
+
6695
6816
 
6696
6817
  if not MYPY:
6697
6818
  class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgsDict(TypedDict):
@@ -9378,6 +9499,10 @@ if not MYPY:
9378
9499
 
9379
9500
  Allowed values:
9380
9501
  """
9502
+ xrc_kms_key_id: NotRequired[pulumi.Input[str]]
9503
+ """
9504
+ The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
9505
+ """
9381
9506
  elif False:
9382
9507
  InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgsDict: TypeAlias = Mapping[str, Any]
9383
9508
 
@@ -9397,7 +9522,8 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9397
9522
  kms_key_id: Optional[pulumi.Input[str]] = None,
9398
9523
  size_in_gbs: Optional[pulumi.Input[str]] = None,
9399
9524
  source_details: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs']] = None,
9400
- vpus_per_gb: Optional[pulumi.Input[str]] = None):
9525
+ vpus_per_gb: Optional[pulumi.Input[str]] = None,
9526
+ xrc_kms_key_id: Optional[pulumi.Input[str]] = None):
9401
9527
  """
9402
9528
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
9403
9529
  :param pulumi.Input[str] availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
@@ -9414,6 +9540,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9414
9540
  :param pulumi.Input[str] vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
9415
9541
 
9416
9542
  Allowed values:
9543
+ :param pulumi.Input[str] xrc_kms_key_id: The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
9417
9544
  """
9418
9545
  if autotune_policies is not None:
9419
9546
  pulumi.set(__self__, "autotune_policies", autotune_policies)
@@ -9443,6 +9570,8 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9443
9570
  pulumi.set(__self__, "source_details", source_details)
9444
9571
  if vpus_per_gb is not None:
9445
9572
  pulumi.set(__self__, "vpus_per_gb", vpus_per_gb)
9573
+ if xrc_kms_key_id is not None:
9574
+ pulumi.set(__self__, "xrc_kms_key_id", xrc_kms_key_id)
9446
9575
 
9447
9576
  @property
9448
9577
  @pulumi.getter(name="autotunePolicies")
@@ -9611,6 +9740,18 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9611
9740
  def vpus_per_gb(self, value: Optional[pulumi.Input[str]]):
9612
9741
  pulumi.set(self, "vpus_per_gb", value)
9613
9742
 
9743
+ @property
9744
+ @pulumi.getter(name="xrcKmsKeyId")
9745
+ def xrc_kms_key_id(self) -> Optional[pulumi.Input[str]]:
9746
+ """
9747
+ The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
9748
+ """
9749
+ return pulumi.get(self, "xrc_kms_key_id")
9750
+
9751
+ @xrc_kms_key_id.setter
9752
+ def xrc_kms_key_id(self, value: Optional[pulumi.Input[str]]):
9753
+ pulumi.set(self, "xrc_kms_key_id", value)
9754
+
9614
9755
 
9615
9756
  if not MYPY:
9616
9757
  class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgsDict(TypedDict):
@@ -18744,6 +18885,14 @@ if not MYPY:
18744
18885
  """
18745
18886
  (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
18746
18887
  """
18888
+ kms_key_id: NotRequired[pulumi.Input[str]]
18889
+ """
18890
+ (Updatable) The OCID of the Vault service key to assign as the master encryption key for the volume.
18891
+ """
18892
+ xrr_kms_key_id: NotRequired[pulumi.Input[str]]
18893
+ """
18894
+ (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region block volume replicas, which will be used in the destination region to encrypt the block volume replica's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
18895
+ """
18747
18896
  elif False:
18748
18897
  VolumeBlockVolumeReplicaArgsDict: TypeAlias = Mapping[str, Any]
18749
18898
 
@@ -18752,17 +18901,25 @@ class VolumeBlockVolumeReplicaArgs:
18752
18901
  def __init__(__self__, *,
18753
18902
  availability_domain: pulumi.Input[str],
18754
18903
  block_volume_replica_id: Optional[pulumi.Input[str]] = None,
18755
- display_name: Optional[pulumi.Input[str]] = None):
18904
+ display_name: Optional[pulumi.Input[str]] = None,
18905
+ kms_key_id: Optional[pulumi.Input[str]] = None,
18906
+ xrr_kms_key_id: Optional[pulumi.Input[str]] = None):
18756
18907
  """
18757
18908
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
18758
18909
  :param pulumi.Input[str] block_volume_replica_id: The block volume replica's Oracle ID (OCID).
18759
18910
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
18911
+ :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the volume.
18912
+ :param pulumi.Input[str] xrr_kms_key_id: (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region block volume replicas, which will be used in the destination region to encrypt the block volume replica's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
18760
18913
  """
18761
18914
  pulumi.set(__self__, "availability_domain", availability_domain)
18762
18915
  if block_volume_replica_id is not None:
18763
18916
  pulumi.set(__self__, "block_volume_replica_id", block_volume_replica_id)
18764
18917
  if display_name is not None:
18765
18918
  pulumi.set(__self__, "display_name", display_name)
18919
+ if kms_key_id is not None:
18920
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
18921
+ if xrr_kms_key_id is not None:
18922
+ pulumi.set(__self__, "xrr_kms_key_id", xrr_kms_key_id)
18766
18923
 
18767
18924
  @property
18768
18925
  @pulumi.getter(name="availabilityDomain")
@@ -18800,6 +18957,30 @@ class VolumeBlockVolumeReplicaArgs:
18800
18957
  def display_name(self, value: Optional[pulumi.Input[str]]):
18801
18958
  pulumi.set(self, "display_name", value)
18802
18959
 
18960
+ @property
18961
+ @pulumi.getter(name="kmsKeyId")
18962
+ def kms_key_id(self) -> Optional[pulumi.Input[str]]:
18963
+ """
18964
+ (Updatable) The OCID of the Vault service key to assign as the master encryption key for the volume.
18965
+ """
18966
+ return pulumi.get(self, "kms_key_id")
18967
+
18968
+ @kms_key_id.setter
18969
+ def kms_key_id(self, value: Optional[pulumi.Input[str]]):
18970
+ pulumi.set(self, "kms_key_id", value)
18971
+
18972
+ @property
18973
+ @pulumi.getter(name="xrrKmsKeyId")
18974
+ def xrr_kms_key_id(self) -> Optional[pulumi.Input[str]]:
18975
+ """
18976
+ (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region block volume replicas, which will be used in the destination region to encrypt the block volume replica's encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
18977
+ """
18978
+ return pulumi.get(self, "xrr_kms_key_id")
18979
+
18980
+ @xrr_kms_key_id.setter
18981
+ def xrr_kms_key_id(self, value: Optional[pulumi.Input[str]]):
18982
+ pulumi.set(self, "xrr_kms_key_id", value)
18983
+
18803
18984
 
18804
18985
  if not MYPY:
18805
18986
  class VolumeGroupBackupSourceDetailsArgsDict(TypedDict):
@@ -19011,6 +19192,10 @@ if not MYPY:
19011
19192
  """
19012
19193
  The volume group replica's Oracle ID (OCID).
19013
19194
  """
19195
+ xrr_kms_key_id: NotRequired[pulumi.Input[str]]
19196
+ """
19197
+ (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region volume group's replicas, which will be used in the destination region to encrypt the volume group's replicas encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
19198
+ """
19014
19199
  elif False:
19015
19200
  VolumeGroupVolumeGroupReplicaArgsDict: TypeAlias = Mapping[str, Any]
19016
19201
 
@@ -19019,17 +19204,21 @@ class VolumeGroupVolumeGroupReplicaArgs:
19019
19204
  def __init__(__self__, *,
19020
19205
  availability_domain: pulumi.Input[str],
19021
19206
  display_name: Optional[pulumi.Input[str]] = None,
19022
- volume_group_replica_id: Optional[pulumi.Input[str]] = None):
19207
+ volume_group_replica_id: Optional[pulumi.Input[str]] = None,
19208
+ xrr_kms_key_id: Optional[pulumi.Input[str]] = None):
19023
19209
  """
19024
19210
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the volume group replica. Example: `Uocm:PHX-AD-1`
19025
19211
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
19026
19212
  :param pulumi.Input[str] volume_group_replica_id: The volume group replica's Oracle ID (OCID).
19213
+ :param pulumi.Input[str] xrr_kms_key_id: (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region volume group's replicas, which will be used in the destination region to encrypt the volume group's replicas encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
19027
19214
  """
19028
19215
  pulumi.set(__self__, "availability_domain", availability_domain)
19029
19216
  if display_name is not None:
19030
19217
  pulumi.set(__self__, "display_name", display_name)
19031
19218
  if volume_group_replica_id is not None:
19032
19219
  pulumi.set(__self__, "volume_group_replica_id", volume_group_replica_id)
19220
+ if xrr_kms_key_id is not None:
19221
+ pulumi.set(__self__, "xrr_kms_key_id", xrr_kms_key_id)
19033
19222
 
19034
19223
  @property
19035
19224
  @pulumi.getter(name="availabilityDomain")
@@ -19067,16 +19256,40 @@ class VolumeGroupVolumeGroupReplicaArgs:
19067
19256
  def volume_group_replica_id(self, value: Optional[pulumi.Input[str]]):
19068
19257
  pulumi.set(self, "volume_group_replica_id", value)
19069
19258
 
19259
+ @property
19260
+ @pulumi.getter(name="xrrKmsKeyId")
19261
+ def xrr_kms_key_id(self) -> Optional[pulumi.Input[str]]:
19262
+ """
19263
+ (Updatable) The OCID of the Vault service key which is the master encryption key for the cross region volume group's replicas, which will be used in the destination region to encrypt the volume group's replicas encryption keys. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
19264
+ """
19265
+ return pulumi.get(self, "xrr_kms_key_id")
19266
+
19267
+ @xrr_kms_key_id.setter
19268
+ def xrr_kms_key_id(self, value: Optional[pulumi.Input[str]]):
19269
+ pulumi.set(self, "xrr_kms_key_id", value)
19270
+
19070
19271
 
19071
19272
  if not MYPY:
19072
19273
  class VolumeSourceDetailsArgsDict(TypedDict):
19073
- id: pulumi.Input[str]
19274
+ type: pulumi.Input[str]
19275
+ """
19276
+ The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
19277
+ """
19278
+ change_block_size_in_bytes: NotRequired[pulumi.Input[str]]
19279
+ """
19280
+ Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
19281
+ """
19282
+ first_backup_id: NotRequired[pulumi.Input[str]]
19283
+ """
19284
+ The OCID of the first volume backup.
19285
+ """
19286
+ id: NotRequired[pulumi.Input[str]]
19074
19287
  """
19075
19288
  The OCID of the block volume replica.
19076
19289
  """
19077
- type: pulumi.Input[str]
19290
+ second_backup_id: NotRequired[pulumi.Input[str]]
19078
19291
  """
19079
- The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`
19292
+ The OCID of the second volume backup.
19080
19293
  """
19081
19294
  elif False:
19082
19295
  VolumeSourceDetailsArgsDict: TypeAlias = Mapping[str, Any]
@@ -19084,38 +19297,87 @@ elif False:
19084
19297
  @pulumi.input_type
19085
19298
  class VolumeSourceDetailsArgs:
19086
19299
  def __init__(__self__, *,
19087
- id: pulumi.Input[str],
19088
- type: pulumi.Input[str]):
19300
+ type: pulumi.Input[str],
19301
+ change_block_size_in_bytes: Optional[pulumi.Input[str]] = None,
19302
+ first_backup_id: Optional[pulumi.Input[str]] = None,
19303
+ id: Optional[pulumi.Input[str]] = None,
19304
+ second_backup_id: Optional[pulumi.Input[str]] = None):
19089
19305
  """
19306
+ :param pulumi.Input[str] type: The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
19307
+ :param pulumi.Input[str] change_block_size_in_bytes: Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
19308
+ :param pulumi.Input[str] first_backup_id: The OCID of the first volume backup.
19090
19309
  :param pulumi.Input[str] id: The OCID of the block volume replica.
19091
- :param pulumi.Input[str] type: The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`
19310
+ :param pulumi.Input[str] second_backup_id: The OCID of the second volume backup.
19092
19311
  """
19093
- pulumi.set(__self__, "id", id)
19094
19312
  pulumi.set(__self__, "type", type)
19313
+ if change_block_size_in_bytes is not None:
19314
+ pulumi.set(__self__, "change_block_size_in_bytes", change_block_size_in_bytes)
19315
+ if first_backup_id is not None:
19316
+ pulumi.set(__self__, "first_backup_id", first_backup_id)
19317
+ if id is not None:
19318
+ pulumi.set(__self__, "id", id)
19319
+ if second_backup_id is not None:
19320
+ pulumi.set(__self__, "second_backup_id", second_backup_id)
19095
19321
 
19096
19322
  @property
19097
19323
  @pulumi.getter
19098
- def id(self) -> pulumi.Input[str]:
19324
+ def type(self) -> pulumi.Input[str]:
19325
+ """
19326
+ The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
19327
+ """
19328
+ return pulumi.get(self, "type")
19329
+
19330
+ @type.setter
19331
+ def type(self, value: pulumi.Input[str]):
19332
+ pulumi.set(self, "type", value)
19333
+
19334
+ @property
19335
+ @pulumi.getter(name="changeBlockSizeInBytes")
19336
+ def change_block_size_in_bytes(self) -> Optional[pulumi.Input[str]]:
19337
+ """
19338
+ Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
19339
+ """
19340
+ return pulumi.get(self, "change_block_size_in_bytes")
19341
+
19342
+ @change_block_size_in_bytes.setter
19343
+ def change_block_size_in_bytes(self, value: Optional[pulumi.Input[str]]):
19344
+ pulumi.set(self, "change_block_size_in_bytes", value)
19345
+
19346
+ @property
19347
+ @pulumi.getter(name="firstBackupId")
19348
+ def first_backup_id(self) -> Optional[pulumi.Input[str]]:
19349
+ """
19350
+ The OCID of the first volume backup.
19351
+ """
19352
+ return pulumi.get(self, "first_backup_id")
19353
+
19354
+ @first_backup_id.setter
19355
+ def first_backup_id(self, value: Optional[pulumi.Input[str]]):
19356
+ pulumi.set(self, "first_backup_id", value)
19357
+
19358
+ @property
19359
+ @pulumi.getter
19360
+ def id(self) -> Optional[pulumi.Input[str]]:
19099
19361
  """
19100
19362
  The OCID of the block volume replica.
19101
19363
  """
19102
19364
  return pulumi.get(self, "id")
19103
19365
 
19104
19366
  @id.setter
19105
- def id(self, value: pulumi.Input[str]):
19367
+ def id(self, value: Optional[pulumi.Input[str]]):
19106
19368
  pulumi.set(self, "id", value)
19107
19369
 
19108
19370
  @property
19109
- @pulumi.getter
19110
- def type(self) -> pulumi.Input[str]:
19371
+ @pulumi.getter(name="secondBackupId")
19372
+ def second_backup_id(self) -> Optional[pulumi.Input[str]]:
19111
19373
  """
19112
- The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`
19374
+ The OCID of the second volume backup.
19113
19375
  """
19114
- return pulumi.get(self, "type")
19376
+ return pulumi.get(self, "second_backup_id")
19115
19377
 
19116
- @type.setter
19117
- def type(self, value: pulumi.Input[str]):
19118
- pulumi.set(self, "type", value)
19378
+ @second_backup_id.setter
19379
+ def second_backup_id(self, value: Optional[pulumi.Input[str]]):
19380
+ pulumi.set(self, "second_backup_id", value)
19119
19381
 
19120
19382
 
19121
19383
  if not MYPY: