pulumi-oci 2.4.0__py3-none-any.whl → 2.4.0a1721890421__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 (82) hide show
  1. pulumi_oci/__init__.py +0 -19
  2. pulumi_oci/apmsynthetics/_inputs.py +1 -457
  3. pulumi_oci/apmsynthetics/config.py +7 -172
  4. pulumi_oci/apmsynthetics/get_monitor.py +3 -42
  5. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  6. pulumi_oci/apmsynthetics/outputs.py +9 -1129
  7. pulumi_oci/core/_inputs.py +8 -8
  8. pulumi_oci/core/outputs.py +8 -24
  9. pulumi_oci/database/_inputs.py +0 -16
  10. pulumi_oci/database/autonomous_database.py +9 -83
  11. pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
  12. pulumi_oci/database/cloud_exadata_infrastructure.py +17 -66
  13. pulumi_oci/database/cloud_vm_cluster.py +0 -49
  14. pulumi_oci/database/database.py +96 -0
  15. pulumi_oci/database/get_autonomous_database.py +1 -25
  16. pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -14
  17. pulumi_oci/database/get_cloud_vm_cluster.py +1 -14
  18. pulumi_oci/database/get_key_store.py +1 -11
  19. pulumi_oci/database/key_store.py +0 -34
  20. pulumi_oci/database/outputs.py +0 -93
  21. pulumi_oci/datasafe/__init__.py +0 -1
  22. pulumi_oci/datasafe/_inputs.py +0 -130
  23. pulumi_oci/datasafe/discovery_mod.py +38 -67
  24. pulumi_oci/datasafe/get_audit_events.py +2 -2
  25. pulumi_oci/datasafe/get_discovery_job.py +1 -15
  26. pulumi_oci/datasafe/get_report.py +1 -1
  27. pulumi_oci/datasafe/get_report_definition.py +1 -1
  28. pulumi_oci/datasafe/get_reports.py +1 -43
  29. pulumi_oci/datasafe/get_security_assessment.py +1 -14
  30. pulumi_oci/datasafe/get_security_assessment_finding.py +3 -16
  31. pulumi_oci/datasafe/get_security_assessment_findings.py +3 -21
  32. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -15
  33. pulumi_oci/datasafe/get_user_assessment.py +1 -14
  34. pulumi_oci/datasafe/outputs.py +6 -530
  35. pulumi_oci/datasafe/report.py +4 -4
  36. pulumi_oci/datasafe/report_definition.py +4 -4
  37. pulumi_oci/datasafe/security_assessment.py +0 -49
  38. pulumi_oci/datasafe/sensitive_data_model.py +3 -60
  39. pulumi_oci/datasafe/unset_security_assessment_baseline.py +16 -69
  40. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -58
  41. pulumi_oci/datasafe/user_assessment.py +0 -49
  42. pulumi_oci/integration/_inputs.py +2 -0
  43. pulumi_oci/integration/get_integration_instance.py +1 -0
  44. pulumi_oci/integration/integration_instance.py +27 -0
  45. pulumi_oci/integration/outputs.py +12 -4
  46. pulumi_oci/opsi/_inputs.py +8 -8
  47. pulumi_oci/opsi/database_insight.py +15 -71
  48. pulumi_oci/opsi/get_database_insight.py +3 -29
  49. pulumi_oci/opsi/get_database_insights.py +1 -1
  50. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  51. pulumi_oci/opsi/get_host_insight.py +4 -1
  52. pulumi_oci/opsi/get_host_insights.py +3 -3
  53. pulumi_oci/opsi/get_news_report.py +1 -1
  54. pulumi_oci/opsi/get_news_reports.py +3 -3
  55. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  56. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  57. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  58. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  59. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  60. pulumi_oci/opsi/host_insight.py +14 -6
  61. pulumi_oci/opsi/news_report.py +2 -2
  62. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  63. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  64. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  65. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  66. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  67. pulumi_oci/opsi/outputs.py +24 -46
  68. pulumi_oci/pulumi-plugin.json +1 -1
  69. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/RECORD +72 -82
  71. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +0 -153
  72. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  73. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  74. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  75. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  76. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  77. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  78. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  79. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  80. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  81. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/WHEEL +0 -0
  82. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/top_level.txt +0 -0
@@ -2386,8 +2386,8 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2386
2386
  :param pulumi.Input[str] reserved_count: (Updatable) The total number of instances that can be launched from the capacity configuration.
2387
2387
  :param pulumi.Input['ComputeCapacityReservationInstanceReservationConfigClusterConfigArgs'] cluster_config: (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
2388
2388
 
2389
+ <<<<<<< HEAD
2389
2390
  If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.
2390
- :param pulumi.Input[str] cluster_placement_group_id: (Updatable) The OCID of the cluster placement group for this instance reservation capacity configuration.
2391
2391
  :param pulumi.Input[str] fault_domain: (Updatable) The fault domain to use for instances created using this capacity configuration. For more information, see [Fault Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#fault). If you do not specify the fault domain, the capacity is available for an instance that does not specify a fault domain. To change the fault domain for a reservation, delete the reservation and create a new one in the preferred fault domain.
2392
2392
 
2393
2393
  To retrieve a list of fault domains, use the `ListFaultDomains` operation in the [Identity and Access Management Service API](https://www.terraform.io/iaas/api/#/en/identity/20160918/).
@@ -2445,6 +2445,7 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2445
2445
  """
2446
2446
  (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
2447
2447
 
2448
+ <<<<<<< HEAD
2448
2449
  If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.
2449
2450
  """
2450
2451
  return pulumi.get(self, "cluster_config")
@@ -2456,9 +2457,6 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2456
2457
  @property
2457
2458
  @pulumi.getter(name="clusterPlacementGroupId")
2458
2459
  def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
2459
- """
2460
- (Updatable) The OCID of the cluster placement group for this instance reservation capacity configuration.
2461
- """
2462
2460
  return pulumi.get(self, "cluster_placement_group_id")
2463
2461
 
2464
2462
  @cluster_placement_group_id.setter
@@ -10406,8 +10404,8 @@ class InstancePoolPlacementConfigurationArgs:
10406
10404
 
10407
10405
  To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
10408
10406
 
10407
+ <<<<<<< HEAD
10409
10408
  Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10410
- :param pulumi.Input[str] primary_subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
10411
10409
  :param pulumi.Input['InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs'] primary_vnic_subnets: (Updatable) Details about the IPv6 primary subnet.
10412
10410
  :param pulumi.Input[Sequence[pulumi.Input['InstancePoolPlacementConfigurationSecondaryVnicSubnetArgs']]] secondary_vnic_subnets: (Updatable) The set of secondary VNIC data for instances in the pool.
10413
10411
  """
@@ -10445,6 +10443,7 @@ class InstancePoolPlacementConfigurationArgs:
10445
10443
 
10446
10444
  To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
10447
10445
 
10446
+ <<<<<<< HEAD
10448
10447
  Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10449
10448
  """
10450
10449
  return pulumi.get(self, "fault_domains")
@@ -10456,9 +10455,6 @@ class InstancePoolPlacementConfigurationArgs:
10456
10455
  @property
10457
10456
  @pulumi.getter(name="primarySubnetId")
10458
10457
  def primary_subnet_id(self) -> Optional[pulumi.Input[str]]:
10459
- """
10460
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
10461
- """
10462
10458
  return pulumi.get(self, "primary_subnet_id")
10463
10459
 
10464
10460
  @primary_subnet_id.setter
@@ -10498,6 +10494,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs:
10498
10494
  is_assign_ipv6ip: Optional[pulumi.Input[bool]] = None):
10499
10495
  """
10500
10496
  :param pulumi.Input[str] subnet_id: (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
10497
+ =======
10498
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10501
10499
  :param pulumi.Input[Sequence[pulumi.Input['InstancePoolPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs']]] ipv6address_ipv6subnet_cidr_pair_details: (Updatable) A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
10502
10500
  :param pulumi.Input[bool] is_assign_ipv6ip: (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
10503
10501
  """
@@ -10512,6 +10510,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs:
10512
10510
  def subnet_id(self) -> pulumi.Input[str]:
10513
10511
  """
10514
10512
  (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
10513
+ =======
10514
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10515
10515
  """
10516
10516
  return pulumi.get(self, "subnet_id")
10517
10517
 
@@ -2918,8 +2918,8 @@ class ComputeCapacityReservationInstanceReservationConfig(dict):
2918
2918
  :param str reserved_count: (Updatable) The total number of instances that can be launched from the capacity configuration.
2919
2919
  :param 'ComputeCapacityReservationInstanceReservationConfigClusterConfigArgs' cluster_config: (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
2920
2920
 
2921
+ <<<<<<< HEAD
2921
2922
  If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.
2922
- :param str cluster_placement_group_id: (Updatable) The OCID of the cluster placement group for this instance reservation capacity configuration.
2923
2923
  :param str fault_domain: (Updatable) The fault domain to use for instances created using this capacity configuration. For more information, see [Fault Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#fault). If you do not specify the fault domain, the capacity is available for an instance that does not specify a fault domain. To change the fault domain for a reservation, delete the reservation and create a new one in the preferred fault domain.
2924
2924
 
2925
2925
  To retrieve a list of fault domains, use the `ListFaultDomains` operation in the [Identity and Access Management Service API](https://www.terraform.io/iaas/api/#/en/identity/20160918/).
@@ -2969,6 +2969,7 @@ class ComputeCapacityReservationInstanceReservationConfig(dict):
2969
2969
  """
2970
2970
  (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
2971
2971
 
2972
+ <<<<<<< HEAD
2972
2973
  If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.
2973
2974
  """
2974
2975
  return pulumi.get(self, "cluster_config")
@@ -2976,9 +2977,6 @@ class ComputeCapacityReservationInstanceReservationConfig(dict):
2976
2977
  @property
2977
2978
  @pulumi.getter(name="clusterPlacementGroupId")
2978
2979
  def cluster_placement_group_id(self) -> Optional[str]:
2979
- """
2980
- (Updatable) The OCID of the cluster placement group for this instance reservation capacity configuration.
2981
- """
2982
2980
  return pulumi.get(self, "cluster_placement_group_id")
2983
2981
 
2984
2982
  @property
@@ -11073,8 +11071,8 @@ class InstancePoolPlacementConfiguration(dict):
11073
11071
 
11074
11072
  To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
11075
11073
 
11074
+ <<<<<<< HEAD
11076
11075
  Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
11077
- :param str primary_subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
11078
11076
  :param 'InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs' primary_vnic_subnets: (Updatable) Details about the IPv6 primary subnet.
11079
11077
  :param Sequence['InstancePoolPlacementConfigurationSecondaryVnicSubnetArgs'] secondary_vnic_subnets: (Updatable) The set of secondary VNIC data for instances in the pool.
11080
11078
  """
@@ -11108,6 +11106,7 @@ class InstancePoolPlacementConfiguration(dict):
11108
11106
 
11109
11107
  To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
11110
11108
 
11109
+ <<<<<<< HEAD
11111
11110
  Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
11112
11111
  """
11113
11112
  return pulumi.get(self, "fault_domains")
@@ -11115,9 +11114,6 @@ class InstancePoolPlacementConfiguration(dict):
11115
11114
  @property
11116
11115
  @pulumi.getter(name="primarySubnetId")
11117
11116
  def primary_subnet_id(self) -> Optional[str]:
11118
- """
11119
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
11120
- """
11121
11117
  return pulumi.get(self, "primary_subnet_id")
11122
11118
 
11123
11119
  @property
@@ -11166,6 +11162,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
11166
11162
  is_assign_ipv6ip: Optional[bool] = None):
11167
11163
  """
11168
11164
  :param str subnet_id: (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
11165
+ =======
11166
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
11169
11167
  :param Sequence['InstancePoolPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: (Updatable) A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
11170
11168
  :param bool is_assign_ipv6ip: (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
11171
11169
  """
@@ -11180,6 +11178,8 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
11180
11178
  def subnet_id(self) -> str:
11181
11179
  """
11182
11180
  (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
11181
+ =======
11182
+ Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
11183
11183
  """
11184
11184
  return pulumi.get(self, "subnet_id")
11185
11185
 
@@ -19999,7 +19999,6 @@ class GetComputeCapacityReservationInstanceReservationConfigResult(dict):
19999
19999
  used_count: str):
20000
20000
  """
20001
20001
  :param Sequence['GetComputeCapacityReservationInstanceReservationConfigClusterConfigArgs'] cluster_configs: The HPC cluster configuration requested when launching instances in a compute capacity reservation.
20002
- :param str cluster_placement_group_id: The OCID of the cluster placement group for this instance reservation capacity configuration.
20003
20002
  :param str fault_domain: The fault domain of this capacity configuration. If a value is not supplied, this capacity configuration is applicable to all fault domains in the specified availability domain. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm).
20004
20003
  :param str instance_shape: The shape to use when launching instances using compute capacity reservations. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling [ListComputeCapacityReservationInstanceShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/computeCapacityReservationInstanceShapes/ListComputeCapacityReservationInstanceShapes).
20005
20004
  :param Sequence['GetComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs'] instance_shape_configs: The shape configuration requested when launching instances in a compute capacity reservation.
@@ -20025,9 +20024,6 @@ class GetComputeCapacityReservationInstanceReservationConfigResult(dict):
20025
20024
  @property
20026
20025
  @pulumi.getter(name="clusterPlacementGroupId")
20027
20026
  def cluster_placement_group_id(self) -> str:
20028
- """
20029
- The OCID of the cluster placement group for this instance reservation capacity configuration.
20030
- """
20031
20027
  return pulumi.get(self, "cluster_placement_group_id")
20032
20028
 
20033
20029
  @property
@@ -20487,7 +20483,6 @@ class GetComputeCapacityReservationsComputeCapacityReservationInstanceReservatio
20487
20483
  used_count: str):
20488
20484
  """
20489
20485
  :param Sequence['GetComputeCapacityReservationsComputeCapacityReservationInstanceReservationConfigClusterConfigArgs'] cluster_configs: The HPC cluster configuration requested when launching instances in a compute capacity reservation.
20490
- :param str cluster_placement_group_id: The OCID of the cluster placement group for this instance reservation capacity configuration.
20491
20486
  :param str fault_domain: The fault domain of this capacity configuration. If a value is not supplied, this capacity configuration is applicable to all fault domains in the specified availability domain. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm).
20492
20487
  :param str instance_shape: The shape to use when launching instances using compute capacity reservations. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling [ListComputeCapacityReservationInstanceShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/computeCapacityReservationInstanceShapes/ListComputeCapacityReservationInstanceShapes).
20493
20488
  :param Sequence['GetComputeCapacityReservationsComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs'] instance_shape_configs: The shape configuration requested when launching instances in a compute capacity reservation.
@@ -20513,9 +20508,6 @@ class GetComputeCapacityReservationsComputeCapacityReservationInstanceReservatio
20513
20508
  @property
20514
20509
  @pulumi.getter(name="clusterPlacementGroupId")
20515
20510
  def cluster_placement_group_id(self) -> str:
20516
- """
20517
- The OCID of the cluster placement group for this instance reservation capacity configuration.
20518
- """
20519
20511
  return pulumi.get(self, "cluster_placement_group_id")
20520
20512
 
20521
20513
  @property
@@ -33971,7 +33963,6 @@ class GetInstancePoolPlacementConfigurationResult(dict):
33971
33963
  """
33972
33964
  :param str availability_domain: The availability domain to place instances. Example: `Uocm:PHX-AD-1`
33973
33965
  :param Sequence[str] fault_domains: The fault domains to place instances.
33974
- :param str primary_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
33975
33966
  :param Sequence['GetInstancePoolPlacementConfigurationPrimaryVnicSubnetArgs'] primary_vnic_subnets: Details about the IPv6 primary subnet.
33976
33967
  :param Sequence['GetInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs'] secondary_vnic_subnets: The set of secondary VNIC data for instances in the pool.
33977
33968
  """
@@ -34000,9 +33991,6 @@ class GetInstancePoolPlacementConfigurationResult(dict):
34000
33991
  @property
34001
33992
  @pulumi.getter(name="primarySubnetId")
34002
33993
  def primary_subnet_id(self) -> str:
34003
- """
34004
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
34005
- """
34006
33994
  return pulumi.get(self, "primary_subnet_id")
34007
33995
 
34008
33996
  @property
@@ -34428,7 +34416,6 @@ class GetInstancePoolsInstancePoolPlacementConfigurationResult(dict):
34428
34416
  """
34429
34417
  :param str availability_domain: The availability domain to place instances. Example: `Uocm:PHX-AD-1`
34430
34418
  :param Sequence[str] fault_domains: The fault domains to place instances.
34431
- :param str primary_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
34432
34419
  :param Sequence['GetInstancePoolsInstancePoolPlacementConfigurationPrimaryVnicSubnetArgs'] primary_vnic_subnets: Details about the IPv6 primary subnet.
34433
34420
  :param Sequence['GetInstancePoolsInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs'] secondary_vnic_subnets: The set of secondary VNIC data for instances in the pool.
34434
34421
  """
@@ -34457,9 +34444,6 @@ class GetInstancePoolsInstancePoolPlacementConfigurationResult(dict):
34457
34444
  @property
34458
34445
  @pulumi.getter(name="primarySubnetId")
34459
34446
  def primary_subnet_id(self) -> str:
34460
- """
34461
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
34462
- """
34463
34447
  return pulumi.get(self, "primary_subnet_id")
34464
34448
 
34465
34449
  @property
@@ -5811,7 +5811,6 @@ class DbHomeDatabaseArgs:
5811
5811
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
5812
5812
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
5813
5813
  id: Optional[pulumi.Input[str]] = None,
5814
- key_store_id: Optional[pulumi.Input[str]] = None,
5815
5814
  kms_key_id: Optional[pulumi.Input[str]] = None,
5816
5815
  kms_key_version_id: Optional[pulumi.Input[str]] = None,
5817
5816
  lifecycle_details: Optional[pulumi.Input[str]] = None,
@@ -5842,7 +5841,6 @@ class DbHomeDatabaseArgs:
5842
5841
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) 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).
5843
5842
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) 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"}`
5844
5843
  :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
5845
- :param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
5846
5844
  :param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
5847
5845
  :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
5848
5846
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -5884,8 +5882,6 @@ class DbHomeDatabaseArgs:
5884
5882
  pulumi.set(__self__, "freeform_tags", freeform_tags)
5885
5883
  if id is not None:
5886
5884
  pulumi.set(__self__, "id", id)
5887
- if key_store_id is not None:
5888
- pulumi.set(__self__, "key_store_id", key_store_id)
5889
5885
  if kms_key_id is not None:
5890
5886
  pulumi.set(__self__, "kms_key_id", kms_key_id)
5891
5887
  if kms_key_version_id is not None:
@@ -6079,18 +6075,6 @@ class DbHomeDatabaseArgs:
6079
6075
  def id(self, value: Optional[pulumi.Input[str]]):
6080
6076
  pulumi.set(self, "id", value)
6081
6077
 
6082
- @property
6083
- @pulumi.getter(name="keyStoreId")
6084
- def key_store_id(self) -> Optional[pulumi.Input[str]]:
6085
- """
6086
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
6087
- """
6088
- return pulumi.get(self, "key_store_id")
6089
-
6090
- @key_store_id.setter
6091
- def key_store_id(self, value: Optional[pulumi.Input[str]]):
6092
- pulumi.set(self, "key_store_id", value)
6093
-
6094
6078
  @property
6095
6079
  @pulumi.getter(name="kmsKeyId")
6096
6080
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
@@ -27,7 +27,6 @@ class AutonomousDatabaseArgs:
27
27
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
28
28
  autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
29
29
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
30
- byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
31
30
  character_set: Optional[pulumi.Input[str]] = None,
32
31
  clone_type: Optional[pulumi.Input[str]] = None,
33
32
  compute_count: Optional[pulumi.Input[float]] = None,
@@ -87,7 +86,6 @@ class AutonomousDatabaseArgs:
87
86
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
88
87
  state: Optional[pulumi.Input[str]] = None,
89
88
  subnet_id: Optional[pulumi.Input[str]] = None,
90
- subscription_id: Optional[pulumi.Input[str]] = None,
91
89
  switchover_to: Optional[pulumi.Input[str]] = None,
92
90
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
93
91
  time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
@@ -237,7 +235,7 @@ class AutonomousDatabaseArgs:
237
235
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
238
236
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
239
237
  * For Autonomous Database, setting this will disable public secure access to the database.
240
- :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
238
+
241
239
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
242
240
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
243
241
  :param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
@@ -273,8 +271,6 @@ class AutonomousDatabaseArgs:
273
271
  pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
274
272
  if backup_retention_period_in_days is not None:
275
273
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
276
- if byol_compute_count_limit is not None:
277
- pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
278
274
  if character_set is not None:
279
275
  pulumi.set(__self__, "character_set", character_set)
280
276
  if clone_type is not None:
@@ -396,8 +392,6 @@ class AutonomousDatabaseArgs:
396
392
  pulumi.set(__self__, "state", state)
397
393
  if subnet_id is not None:
398
394
  pulumi.set(__self__, "subnet_id", subnet_id)
399
- if subscription_id is not None:
400
- pulumi.set(__self__, "subscription_id", subscription_id)
401
395
  if switchover_to is not None:
402
396
  pulumi.set(__self__, "switchover_to", switchover_to)
403
397
  if switchover_to_remote_peer_id is not None:
@@ -545,15 +539,6 @@ class AutonomousDatabaseArgs:
545
539
  def backup_retention_period_in_days(self, value: Optional[pulumi.Input[int]]):
546
540
  pulumi.set(self, "backup_retention_period_in_days", value)
547
541
 
548
- @property
549
- @pulumi.getter(name="byolComputeCountLimit")
550
- def byol_compute_count_limit(self) -> Optional[pulumi.Input[float]]:
551
- return pulumi.get(self, "byol_compute_count_limit")
552
-
553
- @byol_compute_count_limit.setter
554
- def byol_compute_count_limit(self, value: Optional[pulumi.Input[float]]):
555
- pulumi.set(self, "byol_compute_count_limit", value)
556
-
557
542
  @property
558
543
  @pulumi.getter(name="characterSet")
559
544
  def character_set(self) -> Optional[pulumi.Input[str]]:
@@ -1324,6 +1309,8 @@ class AutonomousDatabaseArgs:
1324
1309
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
1325
1310
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
1326
1311
  * For Autonomous Database, setting this will disable public secure access to the database.
1312
+
1313
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1327
1314
  """
1328
1315
  return pulumi.get(self, "subnet_id")
1329
1316
 
@@ -1331,19 +1318,6 @@ class AutonomousDatabaseArgs:
1331
1318
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
1332
1319
  pulumi.set(self, "subnet_id", value)
1333
1320
 
1334
- @property
1335
- @pulumi.getter(name="subscriptionId")
1336
- def subscription_id(self) -> Optional[pulumi.Input[str]]:
1337
- """
1338
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1339
- These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1340
- """
1341
- return pulumi.get(self, "subscription_id")
1342
-
1343
- @subscription_id.setter
1344
- def subscription_id(self, value: Optional[pulumi.Input[str]]):
1345
- pulumi.set(self, "subscription_id", value)
1346
-
1347
1321
  @property
1348
1322
  @pulumi.getter(name="switchoverTo")
1349
1323
  def switchover_to(self) -> Optional[pulumi.Input[str]]:
@@ -1452,7 +1426,6 @@ class _AutonomousDatabaseState:
1452
1426
  available_upgrade_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1453
1427
  backup_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseBackupConfigArgs']]]] = None,
1454
1428
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
1455
- byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
1456
1429
  character_set: Optional[pulumi.Input[str]] = None,
1457
1430
  clone_type: Optional[pulumi.Input[str]] = None,
1458
1431
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -1545,7 +1518,6 @@ class _AutonomousDatabaseState:
1545
1518
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1546
1519
  state: Optional[pulumi.Input[str]] = None,
1547
1520
  subnet_id: Optional[pulumi.Input[str]] = None,
1548
- subscription_id: Optional[pulumi.Input[str]] = None,
1549
1521
  supported_regions_to_clone_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1550
1522
  switchover_to: Optional[pulumi.Input[str]] = None,
1551
1523
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
@@ -1751,7 +1723,7 @@ class _AutonomousDatabaseState:
1751
1723
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
1752
1724
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
1753
1725
  * For Autonomous Database, setting this will disable public secure access to the database.
1754
- :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1726
+
1755
1727
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1756
1728
  :param pulumi.Input[Sequence[pulumi.Input[str]]] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
1757
1729
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
@@ -1814,8 +1786,6 @@ class _AutonomousDatabaseState:
1814
1786
  pulumi.set(__self__, "backup_configs", backup_configs)
1815
1787
  if backup_retention_period_in_days is not None:
1816
1788
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
1817
- if byol_compute_count_limit is not None:
1818
- pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
1819
1789
  if character_set is not None:
1820
1790
  pulumi.set(__self__, "character_set", character_set)
1821
1791
  if clone_type is not None:
@@ -2003,8 +1973,6 @@ class _AutonomousDatabaseState:
2003
1973
  pulumi.set(__self__, "state", state)
2004
1974
  if subnet_id is not None:
2005
1975
  pulumi.set(__self__, "subnet_id", subnet_id)
2006
- if subscription_id is not None:
2007
- pulumi.set(__self__, "subscription_id", subscription_id)
2008
1976
  if supported_regions_to_clone_tos is not None:
2009
1977
  pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
2010
1978
  if switchover_to is not None:
@@ -2228,15 +2196,6 @@ class _AutonomousDatabaseState:
2228
2196
  def backup_retention_period_in_days(self, value: Optional[pulumi.Input[int]]):
2229
2197
  pulumi.set(self, "backup_retention_period_in_days", value)
2230
2198
 
2231
- @property
2232
- @pulumi.getter(name="byolComputeCountLimit")
2233
- def byol_compute_count_limit(self) -> Optional[pulumi.Input[float]]:
2234
- return pulumi.get(self, "byol_compute_count_limit")
2235
-
2236
- @byol_compute_count_limit.setter
2237
- def byol_compute_count_limit(self, value: Optional[pulumi.Input[float]]):
2238
- pulumi.set(self, "byol_compute_count_limit", value)
2239
-
2240
2199
  @property
2241
2200
  @pulumi.getter(name="characterSet")
2242
2201
  def character_set(self) -> Optional[pulumi.Input[str]]:
@@ -3403,6 +3362,8 @@ class _AutonomousDatabaseState:
3403
3362
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
3404
3363
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
3405
3364
  * For Autonomous Database, setting this will disable public secure access to the database.
3365
+
3366
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
3406
3367
  """
3407
3368
  return pulumi.get(self, "subnet_id")
3408
3369
 
@@ -3410,19 +3371,6 @@ class _AutonomousDatabaseState:
3410
3371
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
3411
3372
  pulumi.set(self, "subnet_id", value)
3412
3373
 
3413
- @property
3414
- @pulumi.getter(name="subscriptionId")
3415
- def subscription_id(self) -> Optional[pulumi.Input[str]]:
3416
- """
3417
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
3418
- These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
3419
- """
3420
- return pulumi.get(self, "subscription_id")
3421
-
3422
- @subscription_id.setter
3423
- def subscription_id(self, value: Optional[pulumi.Input[str]]):
3424
- pulumi.set(self, "subscription_id", value)
3425
-
3426
3374
  @property
3427
3375
  @pulumi.getter(name="supportedRegionsToCloneTos")
3428
3376
  def supported_regions_to_clone_tos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -3765,7 +3713,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3765
3713
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
3766
3714
  autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
3767
3715
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
3768
- byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
3769
3716
  character_set: Optional[pulumi.Input[str]] = None,
3770
3717
  clone_type: Optional[pulumi.Input[str]] = None,
3771
3718
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -3827,7 +3774,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3827
3774
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3828
3775
  state: Optional[pulumi.Input[str]] = None,
3829
3776
  subnet_id: Optional[pulumi.Input[str]] = None,
3830
- subscription_id: Optional[pulumi.Input[str]] = None,
3831
3777
  switchover_to: Optional[pulumi.Input[str]] = None,
3832
3778
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
3833
3779
  time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
@@ -3993,7 +3939,7 @@ class AutonomousDatabase(pulumi.CustomResource):
3993
3939
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
3994
3940
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
3995
3941
  * For Autonomous Database, setting this will disable public secure access to the database.
3996
- :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
3942
+
3997
3943
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
3998
3944
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
3999
3945
  :param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
@@ -4054,7 +4000,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4054
4000
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
4055
4001
  autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
4056
4002
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
4057
- byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
4058
4003
  character_set: Optional[pulumi.Input[str]] = None,
4059
4004
  clone_type: Optional[pulumi.Input[str]] = None,
4060
4005
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -4116,7 +4061,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4116
4061
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4117
4062
  state: Optional[pulumi.Input[str]] = None,
4118
4063
  subnet_id: Optional[pulumi.Input[str]] = None,
4119
- subscription_id: Optional[pulumi.Input[str]] = None,
4120
4064
  switchover_to: Optional[pulumi.Input[str]] = None,
4121
4065
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
4122
4066
  time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
@@ -4142,7 +4086,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4142
4086
  __props__.__dict__["autonomous_database_id"] = autonomous_database_id
4143
4087
  __props__.__dict__["autonomous_maintenance_schedule_type"] = autonomous_maintenance_schedule_type
4144
4088
  __props__.__dict__["backup_retention_period_in_days"] = backup_retention_period_in_days
4145
- __props__.__dict__["byol_compute_count_limit"] = byol_compute_count_limit
4146
4089
  __props__.__dict__["character_set"] = character_set
4147
4090
  __props__.__dict__["clone_type"] = clone_type
4148
4091
  if compartment_id is None and not opts.urn:
@@ -4208,7 +4151,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4208
4151
  __props__.__dict__["standby_whitelisted_ips"] = standby_whitelisted_ips
4209
4152
  __props__.__dict__["state"] = state
4210
4153
  __props__.__dict__["subnet_id"] = subnet_id
4211
- __props__.__dict__["subscription_id"] = subscription_id
4212
4154
  __props__.__dict__["switchover_to"] = switchover_to
4213
4155
  __props__.__dict__["switchover_to_remote_peer_id"] = switchover_to_remote_peer_id
4214
4156
  __props__.__dict__["time_of_auto_refresh_start"] = time_of_auto_refresh_start
@@ -4298,7 +4240,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4298
4240
  available_upgrade_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4299
4241
  backup_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseBackupConfigArgs']]]]] = None,
4300
4242
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
4301
- byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
4302
4243
  character_set: Optional[pulumi.Input[str]] = None,
4303
4244
  clone_type: Optional[pulumi.Input[str]] = None,
4304
4245
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -4391,7 +4332,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4391
4332
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4392
4333
  state: Optional[pulumi.Input[str]] = None,
4393
4334
  subnet_id: Optional[pulumi.Input[str]] = None,
4394
- subscription_id: Optional[pulumi.Input[str]] = None,
4395
4335
  supported_regions_to_clone_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4396
4336
  switchover_to: Optional[pulumi.Input[str]] = None,
4397
4337
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
@@ -4602,7 +4542,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4602
4542
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
4603
4543
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
4604
4544
  * For Autonomous Database, setting this will disable public secure access to the database.
4605
- :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
4545
+
4606
4546
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
4607
4547
  :param pulumi.Input[Sequence[pulumi.Input[str]]] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
4608
4548
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
@@ -4655,7 +4595,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4655
4595
  __props__.__dict__["available_upgrade_versions"] = available_upgrade_versions
4656
4596
  __props__.__dict__["backup_configs"] = backup_configs
4657
4597
  __props__.__dict__["backup_retention_period_in_days"] = backup_retention_period_in_days
4658
- __props__.__dict__["byol_compute_count_limit"] = byol_compute_count_limit
4659
4598
  __props__.__dict__["character_set"] = character_set
4660
4599
  __props__.__dict__["clone_type"] = clone_type
4661
4600
  __props__.__dict__["compartment_id"] = compartment_id
@@ -4748,7 +4687,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4748
4687
  __props__.__dict__["standby_whitelisted_ips"] = standby_whitelisted_ips
4749
4688
  __props__.__dict__["state"] = state
4750
4689
  __props__.__dict__["subnet_id"] = subnet_id
4751
- __props__.__dict__["subscription_id"] = subscription_id
4752
4690
  __props__.__dict__["supported_regions_to_clone_tos"] = supported_regions_to_clone_tos
4753
4691
  __props__.__dict__["switchover_to"] = switchover_to
4754
4692
  __props__.__dict__["switchover_to_remote_peer_id"] = switchover_to_remote_peer_id
@@ -4890,11 +4828,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4890
4828
  """
4891
4829
  return pulumi.get(self, "backup_retention_period_in_days")
4892
4830
 
4893
- @property
4894
- @pulumi.getter(name="byolComputeCountLimit")
4895
- def byol_compute_count_limit(self) -> pulumi.Output[float]:
4896
- return pulumi.get(self, "byol_compute_count_limit")
4897
-
4898
4831
  @property
4899
4832
  @pulumi.getter(name="characterSet")
4900
4833
  def character_set(self) -> pulumi.Output[str]:
@@ -5697,17 +5630,10 @@ class AutonomousDatabase(pulumi.CustomResource):
5697
5630
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
5698
5631
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
5699
5632
  * For Autonomous Database, setting this will disable public secure access to the database.
5700
- """
5701
- return pulumi.get(self, "subnet_id")
5702
5633
 
5703
- @property
5704
- @pulumi.getter(name="subscriptionId")
5705
- def subscription_id(self) -> pulumi.Output[str]:
5706
- """
5707
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
5708
5634
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
5709
5635
  """
5710
- return pulumi.get(self, "subscription_id")
5636
+ return pulumi.get(self, "subnet_id")
5711
5637
 
5712
5638
  @property
5713
5639
  @pulumi.getter(name="supportedRegionsToCloneTos")