pulumi-oci 2.13.0__py3-none-any.whl → 2.13.0a1729198151__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 +19 -24
  2. pulumi_oci/containerengine/_inputs.py +0 -341
  3. pulumi_oci/containerengine/cluster.py +0 -64
  4. pulumi_oci/containerengine/get_cluster.py +1 -12
  5. pulumi_oci/containerengine/outputs.py +0 -582
  6. pulumi_oci/core/_inputs.py +37 -299
  7. pulumi_oci/core/boot_volume.py +5 -90
  8. pulumi_oci/core/get_block_volume_replica.py +1 -15
  9. pulumi_oci/core/get_boot_volume.py +4 -15
  10. pulumi_oci/core/get_boot_volume_replica.py +1 -15
  11. pulumi_oci/core/get_volume.py +4 -18
  12. pulumi_oci/core/instance_configuration.py +0 -4
  13. pulumi_oci/core/outputs.py +46 -573
  14. pulumi_oci/core/volume.py +12 -110
  15. pulumi_oci/core/volume_backup_policy_assignment.py +19 -68
  16. pulumi_oci/core/volume_group.py +5 -56
  17. pulumi_oci/datasafe/__init__.py +0 -1
  18. pulumi_oci/desktops/_inputs.py +13 -175
  19. pulumi_oci/desktops/desktop_pool.py +0 -67
  20. pulumi_oci/desktops/get_desktop_pool.py +1 -16
  21. pulumi_oci/desktops/outputs.py +18 -339
  22. pulumi_oci/dns/__init__.py +0 -2
  23. pulumi_oci/dns/_inputs.py +12 -1157
  24. pulumi_oci/dns/action_create_zone_from_zone_file.py +2 -42
  25. pulumi_oci/dns/get_records.py +13 -45
  26. pulumi_oci/dns/get_resolver.py +6 -8
  27. pulumi_oci/dns/get_resolver_endpoint.py +6 -8
  28. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  29. pulumi_oci/dns/get_resolvers.py +12 -12
  30. pulumi_oci/dns/get_rrset.py +16 -16
  31. pulumi_oci/dns/get_rrsets.py +10 -12
  32. pulumi_oci/dns/get_view.py +4 -8
  33. pulumi_oci/dns/get_views.py +12 -12
  34. pulumi_oci/dns/get_zones.py +13 -33
  35. pulumi_oci/dns/outputs.py +79 -1388
  36. pulumi_oci/dns/record.py +12 -12
  37. pulumi_oci/dns/resolver.py +7 -7
  38. pulumi_oci/dns/resolver_endpoint.py +2 -2
  39. pulumi_oci/dns/rrset.py +41 -50
  40. pulumi_oci/dns/zone.py +17 -176
  41. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  42. pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
  43. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
  44. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
  45. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
  46. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
  47. pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
  48. pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
  49. pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
  50. pulumi_oci/goldengate/__init__.py +0 -1
  51. pulumi_oci/goldengate/_inputs.py +0 -165
  52. pulumi_oci/goldengate/connection.py +35 -49
  53. pulumi_oci/goldengate/database_registration.py +7 -7
  54. pulumi_oci/goldengate/deployment.py +4 -79
  55. pulumi_oci/goldengate/get_deployment.py +2 -30
  56. pulumi_oci/goldengate/outputs.py +2 -409
  57. pulumi_oci/pulumi-plugin.json +1 -1
  58. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/METADATA +1 -1
  59. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/RECORD +61 -56
  60. pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +0 -271
  61. pulumi_oci/dns/zone_promote_dnssec_key_version.py +0 -328
  62. pulumi_oci/dns/zone_stage_dnssec_key_version.py +0 -318
  63. pulumi_oci/goldengate/get_deployment_environments.py +0 -144
  64. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/WHEEL +0 -0
  65. {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/top_level.txt +0 -0
@@ -695,14 +695,6 @@ 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
- """
706
698
  elif False:
707
699
  BootVolumeBootVolumeReplicaArgsDict: TypeAlias = Mapping[str, Any]
708
700
 
@@ -711,25 +703,17 @@ class BootVolumeBootVolumeReplicaArgs:
711
703
  def __init__(__self__, *,
712
704
  availability_domain: pulumi.Input[str],
713
705
  boot_volume_replica_id: 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):
706
+ display_name: Optional[pulumi.Input[str]] = None):
717
707
  """
718
708
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the boot volume replica. Example: `Uocm:PHX-AD-1`
719
709
  :param pulumi.Input[str] boot_volume_replica_id: The boot volume replica's Oracle ID (OCID).
720
710
  :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).
723
711
  """
724
712
  pulumi.set(__self__, "availability_domain", availability_domain)
725
713
  if boot_volume_replica_id is not None:
726
714
  pulumi.set(__self__, "boot_volume_replica_id", boot_volume_replica_id)
727
715
  if display_name is not None:
728
716
  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)
733
717
 
734
718
  @property
735
719
  @pulumi.getter(name="availabilityDomain")
@@ -767,52 +751,16 @@ class BootVolumeBootVolumeReplicaArgs:
767
751
  def display_name(self, value: Optional[pulumi.Input[str]]):
768
752
  pulumi.set(self, "display_name", value)
769
753
 
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
-
794
754
 
795
755
  if not MYPY:
796
756
  class BootVolumeSourceDetailsArgsDict(TypedDict):
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]]
757
+ id: pulumi.Input[str]
810
758
  """
811
759
  The OCID of the boot volume replica.
812
760
  """
813
- second_backup_id: NotRequired[pulumi.Input[str]]
761
+ type: pulumi.Input[str]
814
762
  """
815
- The OCID of the second boot volume backup.
763
+ The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeReplica`
816
764
  """
817
765
  elif False:
818
766
  BootVolumeSourceDetailsArgsDict: TypeAlias = Mapping[str, Any]
@@ -820,87 +768,38 @@ elif False:
820
768
  @pulumi.input_type
821
769
  class BootVolumeSourceDetailsArgs:
822
770
  def __init__(__self__, *,
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):
771
+ id: pulumi.Input[str],
772
+ type: pulumi.Input[str]):
828
773
  """
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.
832
774
  :param pulumi.Input[str] id: The OCID of the boot volume replica.
833
- :param pulumi.Input[str] second_backup_id: The OCID of the second boot volume backup.
775
+ :param pulumi.Input[str] type: The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeReplica`
834
776
  """
777
+ pulumi.set(__self__, "id", id)
835
778
  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)
844
-
845
- @property
846
- @pulumi.getter
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
779
 
881
780
  @property
882
781
  @pulumi.getter
883
- def id(self) -> Optional[pulumi.Input[str]]:
782
+ def id(self) -> pulumi.Input[str]:
884
783
  """
885
784
  The OCID of the boot volume replica.
886
785
  """
887
786
  return pulumi.get(self, "id")
888
787
 
889
788
  @id.setter
890
- def id(self, value: Optional[pulumi.Input[str]]):
789
+ def id(self, value: pulumi.Input[str]):
891
790
  pulumi.set(self, "id", value)
892
791
 
893
792
  @property
894
- @pulumi.getter(name="secondBackupId")
895
- def second_backup_id(self) -> Optional[pulumi.Input[str]]:
793
+ @pulumi.getter
794
+ def type(self) -> pulumi.Input[str]:
896
795
  """
897
- The OCID of the second boot volume backup.
796
+ The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeReplica`
898
797
  """
899
- return pulumi.get(self, "second_backup_id")
798
+ return pulumi.get(self, "type")
900
799
 
901
- @second_backup_id.setter
902
- def second_backup_id(self, value: Optional[pulumi.Input[str]]):
903
- pulumi.set(self, "second_backup_id", value)
800
+ @type.setter
801
+ def type(self, value: pulumi.Input[str]):
802
+ pulumi.set(self, "type", value)
904
803
 
905
804
 
906
805
  if not MYPY:
@@ -6560,10 +6459,6 @@ if not MYPY:
6560
6459
 
6561
6460
  Allowed values:
6562
6461
  """
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
- """
6567
6462
  elif False:
6568
6463
  InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgsDict: TypeAlias = Mapping[str, Any]
6569
6464
 
@@ -6583,8 +6478,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6583
6478
  kms_key_id: Optional[pulumi.Input[str]] = None,
6584
6479
  size_in_gbs: Optional[pulumi.Input[str]] = None,
6585
6480
  source_details: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs']] = None,
6586
- vpus_per_gb: Optional[pulumi.Input[str]] = None,
6587
- xrc_kms_key_id: Optional[pulumi.Input[str]] = None):
6481
+ vpus_per_gb: Optional[pulumi.Input[str]] = None):
6588
6482
  """
6589
6483
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
6590
6484
  :param pulumi.Input[str] availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
@@ -6601,7 +6495,6 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6601
6495
  :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.
6602
6496
 
6603
6497
  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).
6605
6498
  """
6606
6499
  if autotune_policies is not None:
6607
6500
  pulumi.set(__self__, "autotune_policies", autotune_policies)
@@ -6631,8 +6524,6 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6631
6524
  pulumi.set(__self__, "source_details", source_details)
6632
6525
  if vpus_per_gb is not None:
6633
6526
  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)
6636
6527
 
6637
6528
  @property
6638
6529
  @pulumi.getter(name="autotunePolicies")
@@ -6801,18 +6692,6 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
6801
6692
  def vpus_per_gb(self, value: Optional[pulumi.Input[str]]):
6802
6693
  pulumi.set(self, "vpus_per_gb", value)
6803
6694
 
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
-
6816
6695
 
6817
6696
  if not MYPY:
6818
6697
  class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgsDict(TypedDict):
@@ -9499,10 +9378,6 @@ if not MYPY:
9499
9378
 
9500
9379
  Allowed values:
9501
9380
  """
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
- """
9506
9381
  elif False:
9507
9382
  InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgsDict: TypeAlias = Mapping[str, Any]
9508
9383
 
@@ -9522,8 +9397,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9522
9397
  kms_key_id: Optional[pulumi.Input[str]] = None,
9523
9398
  size_in_gbs: Optional[pulumi.Input[str]] = None,
9524
9399
  source_details: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs']] = None,
9525
- vpus_per_gb: Optional[pulumi.Input[str]] = None,
9526
- xrc_kms_key_id: Optional[pulumi.Input[str]] = None):
9400
+ vpus_per_gb: Optional[pulumi.Input[str]] = None):
9527
9401
  """
9528
9402
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
9529
9403
  :param pulumi.Input[str] availability_domain: The availability domain of the volume. Example: `Uocm:PHX-AD-1`
@@ -9540,7 +9414,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9540
9414
  :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.
9541
9415
 
9542
9416
  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).
9544
9417
  """
9545
9418
  if autotune_policies is not None:
9546
9419
  pulumi.set(__self__, "autotune_policies", autotune_policies)
@@ -9570,8 +9443,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9570
9443
  pulumi.set(__self__, "source_details", source_details)
9571
9444
  if vpus_per_gb is not None:
9572
9445
  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)
9575
9446
 
9576
9447
  @property
9577
9448
  @pulumi.getter(name="autotunePolicies")
@@ -9740,18 +9611,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
9740
9611
  def vpus_per_gb(self, value: Optional[pulumi.Input[str]]):
9741
9612
  pulumi.set(self, "vpus_per_gb", value)
9742
9613
 
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
-
9755
9614
 
9756
9615
  if not MYPY:
9757
9616
  class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgsDict(TypedDict):
@@ -18885,14 +18744,6 @@ if not MYPY:
18885
18744
  """
18886
18745
  (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
18887
18746
  """
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
- """
18896
18747
  elif False:
18897
18748
  VolumeBlockVolumeReplicaArgsDict: TypeAlias = Mapping[str, Any]
18898
18749
 
@@ -18901,25 +18752,17 @@ class VolumeBlockVolumeReplicaArgs:
18901
18752
  def __init__(__self__, *,
18902
18753
  availability_domain: pulumi.Input[str],
18903
18754
  block_volume_replica_id: 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):
18755
+ display_name: Optional[pulumi.Input[str]] = None):
18907
18756
  """
18908
18757
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
18909
18758
  :param pulumi.Input[str] block_volume_replica_id: The block volume replica's Oracle ID (OCID).
18910
18759
  :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).
18913
18760
  """
18914
18761
  pulumi.set(__self__, "availability_domain", availability_domain)
18915
18762
  if block_volume_replica_id is not None:
18916
18763
  pulumi.set(__self__, "block_volume_replica_id", block_volume_replica_id)
18917
18764
  if display_name is not None:
18918
18765
  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)
18923
18766
 
18924
18767
  @property
18925
18768
  @pulumi.getter(name="availabilityDomain")
@@ -18957,30 +18800,6 @@ class VolumeBlockVolumeReplicaArgs:
18957
18800
  def display_name(self, value: Optional[pulumi.Input[str]]):
18958
18801
  pulumi.set(self, "display_name", value)
18959
18802
 
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
-
18984
18803
 
18985
18804
  if not MYPY:
18986
18805
  class VolumeGroupBackupSourceDetailsArgsDict(TypedDict):
@@ -19192,10 +19011,6 @@ if not MYPY:
19192
19011
  """
19193
19012
  The volume group replica's Oracle ID (OCID).
19194
19013
  """
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
- """
19199
19014
  elif False:
19200
19015
  VolumeGroupVolumeGroupReplicaArgsDict: TypeAlias = Mapping[str, Any]
19201
19016
 
@@ -19204,21 +19019,17 @@ class VolumeGroupVolumeGroupReplicaArgs:
19204
19019
  def __init__(__self__, *,
19205
19020
  availability_domain: pulumi.Input[str],
19206
19021
  display_name: 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):
19022
+ volume_group_replica_id: Optional[pulumi.Input[str]] = None):
19209
19023
  """
19210
19024
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the volume group replica. Example: `Uocm:PHX-AD-1`
19211
19025
  :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.
19212
19026
  :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).
19214
19027
  """
19215
19028
  pulumi.set(__self__, "availability_domain", availability_domain)
19216
19029
  if display_name is not None:
19217
19030
  pulumi.set(__self__, "display_name", display_name)
19218
19031
  if volume_group_replica_id is not None:
19219
19032
  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)
19222
19033
 
19223
19034
  @property
19224
19035
  @pulumi.getter(name="availabilityDomain")
@@ -19256,40 +19067,16 @@ class VolumeGroupVolumeGroupReplicaArgs:
19256
19067
  def volume_group_replica_id(self, value: Optional[pulumi.Input[str]]):
19257
19068
  pulumi.set(self, "volume_group_replica_id", value)
19258
19069
 
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
-
19271
19070
 
19272
19071
  if not MYPY:
19273
19072
  class VolumeSourceDetailsArgsDict(TypedDict):
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]]
19073
+ id: pulumi.Input[str]
19287
19074
  """
19288
19075
  The OCID of the block volume replica.
19289
19076
  """
19290
- second_backup_id: NotRequired[pulumi.Input[str]]
19077
+ type: pulumi.Input[str]
19291
19078
  """
19292
- The OCID of the second volume backup.
19079
+ The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`
19293
19080
  """
19294
19081
  elif False:
19295
19082
  VolumeSourceDetailsArgsDict: TypeAlias = Mapping[str, Any]
@@ -19297,87 +19084,38 @@ elif False:
19297
19084
  @pulumi.input_type
19298
19085
  class VolumeSourceDetailsArgs:
19299
19086
  def __init__(__self__, *,
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):
19087
+ id: pulumi.Input[str],
19088
+ type: pulumi.Input[str]):
19305
19089
  """
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.
19309
19090
  :param pulumi.Input[str] id: The OCID of the block volume replica.
19310
- :param pulumi.Input[str] second_backup_id: The OCID of the second volume backup.
19091
+ :param pulumi.Input[str] type: The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`
19311
19092
  """
19093
+ pulumi.set(__self__, "id", id)
19312
19094
  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)
19321
19095
 
19322
19096
  @property
19323
19097
  @pulumi.getter
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]]:
19098
+ def id(self) -> pulumi.Input[str]:
19361
19099
  """
19362
19100
  The OCID of the block volume replica.
19363
19101
  """
19364
19102
  return pulumi.get(self, "id")
19365
19103
 
19366
19104
  @id.setter
19367
- def id(self, value: Optional[pulumi.Input[str]]):
19105
+ def id(self, value: pulumi.Input[str]):
19368
19106
  pulumi.set(self, "id", value)
19369
19107
 
19370
19108
  @property
19371
- @pulumi.getter(name="secondBackupId")
19372
- def second_backup_id(self) -> Optional[pulumi.Input[str]]:
19109
+ @pulumi.getter
19110
+ def type(self) -> pulumi.Input[str]:
19373
19111
  """
19374
- The OCID of the second volume backup.
19112
+ The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`
19375
19113
  """
19376
- return pulumi.get(self, "second_backup_id")
19114
+ return pulumi.get(self, "type")
19377
19115
 
19378
- @second_backup_id.setter
19379
- def second_backup_id(self, value: Optional[pulumi.Input[str]]):
19380
- pulumi.set(self, "second_backup_id", value)
19116
+ @type.setter
19117
+ def type(self, value: pulumi.Input[str]):
19118
+ pulumi.set(self, "type", value)
19381
19119
 
19382
19120
 
19383
19121
  if not MYPY: