pulumi-oci 1.33.0__py3-none-any.whl → 1.33.0a1713903118__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 (39) hide show
  1. pulumi_oci/__init__.py +0 -11
  2. pulumi_oci/core/_inputs.py +28 -116
  3. pulumi_oci/core/boot_volume.py +0 -49
  4. pulumi_oci/core/compute_capacity_reservation.py +0 -2
  5. pulumi_oci/core/compute_cluster.py +4 -2
  6. pulumi_oci/core/drg_route_distribution.py +7 -7
  7. pulumi_oci/core/get_boot_volume.py +1 -14
  8. pulumi_oci/core/get_cnv_dns_resolver_association.py +2 -2
  9. pulumi_oci/core/get_instance.py +1 -14
  10. pulumi_oci/core/get_subnet.py +2 -2
  11. pulumi_oci/core/get_vcn.py +2 -2
  12. pulumi_oci/core/get_volume.py +1 -14
  13. pulumi_oci/core/get_volumes.py +1 -21
  14. pulumi_oci/core/instance.py +4 -51
  15. pulumi_oci/core/instance_configuration.py +0 -8
  16. pulumi_oci/core/outputs.py +45 -302
  17. pulumi_oci/core/volume.py +0 -49
  18. pulumi_oci/core/volume_attachment.py +0 -28
  19. pulumi_oci/core/volume_group.py +0 -49
  20. pulumi_oci/databasemigration/_inputs.py +0 -20
  21. pulumi_oci/databasemigration/connection.py +0 -13
  22. pulumi_oci/databasemigration/get_connection.py +0 -3
  23. pulumi_oci/databasemigration/get_migration.py +0 -3
  24. pulumi_oci/databasemigration/migration.py +0 -13
  25. pulumi_oci/databasemigration/outputs.py +0 -68
  26. pulumi_oci/networkloadbalancer/backend_set.py +0 -49
  27. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -14
  28. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +0 -49
  29. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  30. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/METADATA +1 -1
  31. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/RECORD +33 -39
  32. pulumi_oci/clusterplacementgroups/__init__.py +0 -12
  33. pulumi_oci/clusterplacementgroups/_inputs.py +0 -159
  34. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +0 -843
  35. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +0 -298
  36. pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +0 -217
  37. pulumi_oci/clusterplacementgroups/outputs.py +0 -485
  38. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/WHEEL +0 -0
  39. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,6 @@ class BootVolumeArgs:
23
23
  backup_policy_id: Optional[pulumi.Input[str]] = None,
24
24
  boot_volume_replicas: Optional[pulumi.Input[Sequence[pulumi.Input['BootVolumeBootVolumeReplicaArgs']]]] = None,
25
25
  boot_volume_replicas_deletion: Optional[pulumi.Input[bool]] = None,
26
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
27
26
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
28
27
  display_name: Optional[pulumi.Input[str]] = None,
29
28
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
@@ -38,7 +37,6 @@ class BootVolumeArgs:
38
37
  :param pulumi.Input[Sequence[pulumi.Input['BootVolumeAutotunePolicyArgs']]] autotune_policies: (Updatable) The list of autotune policies to be enabled for this volume.
39
38
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the boot volume backup policy to assign to the newly created boot volume. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a boot volume.
40
39
  :param pulumi.Input[Sequence[pulumi.Input['BootVolumeBootVolumeReplicaArgs']]] boot_volume_replicas: (Updatable) The list of boot volume replicas to be enabled for this boot volume in the specified destination availability domains.
41
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
42
40
  :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). Example: `{"Operations.CostCenter": "42"}`
43
41
  :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.
44
42
  :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"}`
@@ -63,8 +61,6 @@ class BootVolumeArgs:
63
61
  pulumi.set(__self__, "boot_volume_replicas", boot_volume_replicas)
64
62
  if boot_volume_replicas_deletion is not None:
65
63
  pulumi.set(__self__, "boot_volume_replicas_deletion", boot_volume_replicas_deletion)
66
- if cluster_placement_group_id is not None:
67
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
68
64
  if defined_tags is not None:
69
65
  pulumi.set(__self__, "defined_tags", defined_tags)
70
66
  if display_name is not None:
@@ -161,18 +157,6 @@ class BootVolumeArgs:
161
157
  def boot_volume_replicas_deletion(self, value: Optional[pulumi.Input[bool]]):
162
158
  pulumi.set(self, "boot_volume_replicas_deletion", value)
163
159
 
164
- @property
165
- @pulumi.getter(name="clusterPlacementGroupId")
166
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
167
- """
168
- The clusterPlacementGroup Id of the volume for volume placement.
169
- """
170
- return pulumi.get(self, "cluster_placement_group_id")
171
-
172
- @cluster_placement_group_id.setter
173
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
174
- pulumi.set(self, "cluster_placement_group_id", value)
175
-
176
160
  @property
177
161
  @pulumi.getter(name="definedTags")
178
162
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -269,7 +253,6 @@ class _BootVolumeState:
269
253
  backup_policy_id: Optional[pulumi.Input[str]] = None,
270
254
  boot_volume_replicas: Optional[pulumi.Input[Sequence[pulumi.Input['BootVolumeBootVolumeReplicaArgs']]]] = None,
271
255
  boot_volume_replicas_deletion: Optional[pulumi.Input[bool]] = None,
272
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
273
256
  compartment_id: Optional[pulumi.Input[str]] = None,
274
257
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
275
258
  display_name: Optional[pulumi.Input[str]] = None,
@@ -293,7 +276,6 @@ class _BootVolumeState:
293
276
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the boot volume replica. Example: `Uocm:PHX-AD-1`
294
277
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the boot volume backup policy to assign to the newly created boot volume. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a boot volume.
295
278
  :param pulumi.Input[Sequence[pulumi.Input['BootVolumeBootVolumeReplicaArgs']]] boot_volume_replicas: (Updatable) The list of boot volume replicas to be enabled for this boot volume in the specified destination availability domains.
296
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
297
279
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the boot volume.
298
280
  :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). Example: `{"Operations.CostCenter": "42"}`
299
281
  :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.
@@ -327,8 +309,6 @@ class _BootVolumeState:
327
309
  pulumi.set(__self__, "boot_volume_replicas", boot_volume_replicas)
328
310
  if boot_volume_replicas_deletion is not None:
329
311
  pulumi.set(__self__, "boot_volume_replicas_deletion", boot_volume_replicas_deletion)
330
- if cluster_placement_group_id is not None:
331
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
332
312
  if compartment_id is not None:
333
313
  pulumi.set(__self__, "compartment_id", compartment_id)
334
314
  if defined_tags is not None:
@@ -434,18 +414,6 @@ class _BootVolumeState:
434
414
  def boot_volume_replicas_deletion(self, value: Optional[pulumi.Input[bool]]):
435
415
  pulumi.set(self, "boot_volume_replicas_deletion", value)
436
416
 
437
- @property
438
- @pulumi.getter(name="clusterPlacementGroupId")
439
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
440
- """
441
- The clusterPlacementGroup Id of the volume for volume placement.
442
- """
443
- return pulumi.get(self, "cluster_placement_group_id")
444
-
445
- @cluster_placement_group_id.setter
446
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
447
- pulumi.set(self, "cluster_placement_group_id", value)
448
-
449
417
  @property
450
418
  @pulumi.getter(name="compartmentId")
451
419
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
@@ -648,7 +616,6 @@ class BootVolume(pulumi.CustomResource):
648
616
  backup_policy_id: Optional[pulumi.Input[str]] = None,
649
617
  boot_volume_replicas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BootVolumeBootVolumeReplicaArgs']]]]] = None,
650
618
  boot_volume_replicas_deletion: Optional[pulumi.Input[bool]] = None,
651
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
652
619
  compartment_id: Optional[pulumi.Input[str]] = None,
653
620
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
654
621
  display_name: Optional[pulumi.Input[str]] = None,
@@ -689,7 +656,6 @@ class BootVolume(pulumi.CustomResource):
689
656
  availability_domain=boot_volume_boot_volume_replicas_availability_domain,
690
657
  display_name=boot_volume_boot_volume_replicas_display_name,
691
658
  )],
692
- cluster_placement_group_id=test_group["id"],
693
659
  defined_tags={
694
660
  "Operations.CostCenter": "42",
695
661
  },
@@ -718,7 +684,6 @@ class BootVolume(pulumi.CustomResource):
718
684
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the boot volume replica. Example: `Uocm:PHX-AD-1`
719
685
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the boot volume backup policy to assign to the newly created boot volume. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a boot volume.
720
686
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BootVolumeBootVolumeReplicaArgs']]]] boot_volume_replicas: (Updatable) The list of boot volume replicas to be enabled for this boot volume in the specified destination availability domains.
721
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
722
687
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the boot volume.
723
688
  :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). Example: `{"Operations.CostCenter": "42"}`
724
689
  :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.
@@ -766,7 +731,6 @@ class BootVolume(pulumi.CustomResource):
766
731
  availability_domain=boot_volume_boot_volume_replicas_availability_domain,
767
732
  display_name=boot_volume_boot_volume_replicas_display_name,
768
733
  )],
769
- cluster_placement_group_id=test_group["id"],
770
734
  defined_tags={
771
735
  "Operations.CostCenter": "42",
772
736
  },
@@ -809,7 +773,6 @@ class BootVolume(pulumi.CustomResource):
809
773
  backup_policy_id: Optional[pulumi.Input[str]] = None,
810
774
  boot_volume_replicas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BootVolumeBootVolumeReplicaArgs']]]]] = None,
811
775
  boot_volume_replicas_deletion: Optional[pulumi.Input[bool]] = None,
812
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
813
776
  compartment_id: Optional[pulumi.Input[str]] = None,
814
777
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
815
778
  display_name: Optional[pulumi.Input[str]] = None,
@@ -835,7 +798,6 @@ class BootVolume(pulumi.CustomResource):
835
798
  __props__.__dict__["backup_policy_id"] = backup_policy_id
836
799
  __props__.__dict__["boot_volume_replicas"] = boot_volume_replicas
837
800
  __props__.__dict__["boot_volume_replicas_deletion"] = boot_volume_replicas_deletion
838
- __props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
839
801
  if compartment_id is None and not opts.urn:
840
802
  raise TypeError("Missing required property 'compartment_id'")
841
803
  __props__.__dict__["compartment_id"] = compartment_id
@@ -873,7 +835,6 @@ class BootVolume(pulumi.CustomResource):
873
835
  backup_policy_id: Optional[pulumi.Input[str]] = None,
874
836
  boot_volume_replicas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BootVolumeBootVolumeReplicaArgs']]]]] = None,
875
837
  boot_volume_replicas_deletion: Optional[pulumi.Input[bool]] = None,
876
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
877
838
  compartment_id: Optional[pulumi.Input[str]] = None,
878
839
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
879
840
  display_name: Optional[pulumi.Input[str]] = None,
@@ -902,7 +863,6 @@ class BootVolume(pulumi.CustomResource):
902
863
  :param pulumi.Input[str] availability_domain: (Updatable) The availability domain of the boot volume replica. Example: `Uocm:PHX-AD-1`
903
864
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the boot volume backup policy to assign to the newly created boot volume. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a boot volume.
904
865
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BootVolumeBootVolumeReplicaArgs']]]] boot_volume_replicas: (Updatable) The list of boot volume replicas to be enabled for this boot volume in the specified destination availability domains.
905
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
906
866
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the boot volume.
907
867
  :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). Example: `{"Operations.CostCenter": "42"}`
908
868
  :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.
@@ -931,7 +891,6 @@ class BootVolume(pulumi.CustomResource):
931
891
  __props__.__dict__["backup_policy_id"] = backup_policy_id
932
892
  __props__.__dict__["boot_volume_replicas"] = boot_volume_replicas
933
893
  __props__.__dict__["boot_volume_replicas_deletion"] = boot_volume_replicas_deletion
934
- __props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
935
894
  __props__.__dict__["compartment_id"] = compartment_id
936
895
  __props__.__dict__["defined_tags"] = defined_tags
937
896
  __props__.__dict__["display_name"] = display_name
@@ -998,14 +957,6 @@ class BootVolume(pulumi.CustomResource):
998
957
  def boot_volume_replicas_deletion(self) -> pulumi.Output[Optional[bool]]:
999
958
  return pulumi.get(self, "boot_volume_replicas_deletion")
1000
959
 
1001
- @property
1002
- @pulumi.getter(name="clusterPlacementGroupId")
1003
- def cluster_placement_group_id(self) -> pulumi.Output[str]:
1004
- """
1005
- The clusterPlacementGroup Id of the volume for volume placement.
1006
- """
1007
- return pulumi.get(self, "cluster_placement_group_id")
1008
-
1009
960
  @property
1010
961
  @pulumi.getter(name="compartmentId")
1011
962
  def compartment_id(self) -> pulumi.Output[str]:
@@ -399,7 +399,6 @@ class ComputeCapacityReservation(pulumi.CustomResource):
399
399
  hpc_island_id=test_hpc_island["id"],
400
400
  network_block_ids=compute_capacity_reservation_instance_reservation_configs_cluster_config_network_block_ids,
401
401
  ),
402
- cluster_placement_group_id=test_group["id"],
403
402
  fault_domain=compute_capacity_reservation_instance_reservation_configs_fault_domain,
404
403
  instance_shape_config=oci.core.ComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs(
405
404
  memory_in_gbs=compute_capacity_reservation_instance_reservation_configs_instance_shape_config_memory_in_gbs,
@@ -471,7 +470,6 @@ class ComputeCapacityReservation(pulumi.CustomResource):
471
470
  hpc_island_id=test_hpc_island["id"],
472
471
  network_block_ids=compute_capacity_reservation_instance_reservation_configs_cluster_config_network_block_ids,
473
472
  ),
474
- cluster_placement_group_id=test_group["id"],
475
473
  fault_domain=compute_capacity_reservation_instance_reservation_configs_fault_domain,
476
474
  instance_shape_config=oci.core.ComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs(
477
475
  memory_in_gbs=compute_capacity_reservation_instance_reservation_configs_instance_shape_config_memory_in_gbs,
@@ -254,7 +254,8 @@ class ComputeCluster(pulumi.CustomResource):
254
254
  [LaunchInstance](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Instance/LaunchInstance) operation to create instances in the compute cluster.
255
255
  The instances must be created in the same compartment and availability domain as the cluster.
256
256
 
257
- Use compute clusters when you want to manage instances in the cluster individually in the RDMA network group.
257
+ Use compute clusters when you want to manage instances in the cluster individually, or when you want
258
+ to use different types of instances in the RDMA network group.
258
259
 
259
260
  If you want predictable capacity for a specific number of identical instances that are managed as a group,
260
261
  create a cluster network that uses instance pools by using the
@@ -314,7 +315,8 @@ class ComputeCluster(pulumi.CustomResource):
314
315
  [LaunchInstance](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Instance/LaunchInstance) operation to create instances in the compute cluster.
315
316
  The instances must be created in the same compartment and availability domain as the cluster.
316
317
 
317
- Use compute clusters when you want to manage instances in the cluster individually in the RDMA network group.
318
+ Use compute clusters when you want to manage instances in the cluster individually, or when you want
319
+ to use different types of instances in the RDMA network group.
318
320
 
319
321
  If you want predictable capacity for a specific number of identical instances that are managed as a group,
320
322
  create a cluster network that uses instance pools by using the
@@ -21,7 +21,7 @@ class DrgRouteDistributionArgs:
21
21
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
22
22
  """
23
23
  The set of arguments for constructing a DrgRouteDistribution resource.
24
- :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
24
+ :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
25
25
  :param pulumi.Input[str] drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG the DRG route table belongs to.
26
26
  :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). Example: `{"Operations.CostCenter": "42"}`
27
27
  :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.
@@ -44,7 +44,7 @@ class DrgRouteDistributionArgs:
44
44
  @pulumi.getter(name="distributionType")
45
45
  def distribution_type(self) -> pulumi.Input[str]:
46
46
  """
47
- Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
47
+ Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
48
48
  """
49
49
  return pulumi.get(self, "distribution_type")
50
50
 
@@ -121,7 +121,7 @@ class _DrgRouteDistributionState:
121
121
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the route distribution.
122
122
  :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). Example: `{"Operations.CostCenter": "42"}`
123
123
  :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.
124
- :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
124
+ :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
125
125
  :param pulumi.Input[str] drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG the DRG route table belongs to.
126
126
  :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"}`
127
127
 
@@ -188,7 +188,7 @@ class _DrgRouteDistributionState:
188
188
  @pulumi.getter(name="distributionType")
189
189
  def distribution_type(self) -> Optional[pulumi.Input[str]]:
190
190
  """
191
- Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
191
+ Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
192
192
  """
193
193
  return pulumi.get(self, "distribution_type")
194
194
 
@@ -298,7 +298,7 @@ class DrgRouteDistribution(pulumi.CustomResource):
298
298
  :param pulumi.ResourceOptions opts: Options for the resource.
299
299
  :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). Example: `{"Operations.CostCenter": "42"}`
300
300
  :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.
301
- :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
301
+ :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
302
302
  :param pulumi.Input[str] drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG the DRG route table belongs to.
303
303
  :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"}`
304
304
 
@@ -415,7 +415,7 @@ class DrgRouteDistribution(pulumi.CustomResource):
415
415
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the route distribution.
416
416
  :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). Example: `{"Operations.CostCenter": "42"}`
417
417
  :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.
418
- :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
418
+ :param pulumi.Input[str] distribution_type: Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
419
419
  :param pulumi.Input[str] drg_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG the DRG route table belongs to.
420
420
  :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"}`
421
421
 
@@ -467,7 +467,7 @@ class DrgRouteDistribution(pulumi.CustomResource):
467
467
  @pulumi.getter(name="distributionType")
468
468
  def distribution_type(self) -> pulumi.Output[str]:
469
469
  """
470
- Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.
470
+ Whether this distribution defines how routes get imported into route tables or exported through DRG Attachments
471
471
  """
472
472
  return pulumi.get(self, "distribution_type")
473
473
 
@@ -22,7 +22,7 @@ class GetBootVolumeResult:
22
22
  """
23
23
  A collection of values returned by getBootVolume.
24
24
  """
25
- def __init__(__self__, auto_tuned_vpus_per_gb=None, autotune_policies=None, availability_domain=None, backup_policy_id=None, boot_volume_id=None, boot_volume_replicas=None, boot_volume_replicas_deletion=None, cluster_placement_group_id=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, image_id=None, is_auto_tune_enabled=None, is_hydrated=None, kms_key_id=None, size_in_gbs=None, size_in_mbs=None, source_details=None, state=None, system_tags=None, time_created=None, volume_group_id=None, vpus_per_gb=None):
25
+ def __init__(__self__, auto_tuned_vpus_per_gb=None, autotune_policies=None, availability_domain=None, backup_policy_id=None, boot_volume_id=None, boot_volume_replicas=None, boot_volume_replicas_deletion=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, image_id=None, is_auto_tune_enabled=None, is_hydrated=None, kms_key_id=None, size_in_gbs=None, size_in_mbs=None, source_details=None, state=None, system_tags=None, time_created=None, volume_group_id=None, vpus_per_gb=None):
26
26
  if auto_tuned_vpus_per_gb and not isinstance(auto_tuned_vpus_per_gb, str):
27
27
  raise TypeError("Expected argument 'auto_tuned_vpus_per_gb' to be a str")
28
28
  pulumi.set(__self__, "auto_tuned_vpus_per_gb", auto_tuned_vpus_per_gb)
@@ -44,9 +44,6 @@ class GetBootVolumeResult:
44
44
  if boot_volume_replicas_deletion and not isinstance(boot_volume_replicas_deletion, bool):
45
45
  raise TypeError("Expected argument 'boot_volume_replicas_deletion' to be a bool")
46
46
  pulumi.set(__self__, "boot_volume_replicas_deletion", boot_volume_replicas_deletion)
47
- if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
48
- raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
49
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
50
47
  if compartment_id and not isinstance(compartment_id, str):
51
48
  raise TypeError("Expected argument 'compartment_id' to be a str")
52
49
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -149,14 +146,6 @@ class GetBootVolumeResult:
149
146
  def boot_volume_replicas_deletion(self) -> bool:
150
147
  return pulumi.get(self, "boot_volume_replicas_deletion")
151
148
 
152
- @property
153
- @pulumi.getter(name="clusterPlacementGroupId")
154
- def cluster_placement_group_id(self) -> str:
155
- """
156
- The clusterPlacementGroup Id of the volume for volume placement.
157
- """
158
- return pulumi.get(self, "cluster_placement_group_id")
159
-
160
149
  @property
161
150
  @pulumi.getter(name="compartmentId")
162
151
  def compartment_id(self) -> str:
@@ -304,7 +293,6 @@ class AwaitableGetBootVolumeResult(GetBootVolumeResult):
304
293
  boot_volume_id=self.boot_volume_id,
305
294
  boot_volume_replicas=self.boot_volume_replicas,
306
295
  boot_volume_replicas_deletion=self.boot_volume_replicas_deletion,
307
- cluster_placement_group_id=self.cluster_placement_group_id,
308
296
  compartment_id=self.compartment_id,
309
297
  defined_tags=self.defined_tags,
310
298
  display_name=self.display_name,
@@ -356,7 +344,6 @@ def get_boot_volume(boot_volume_id: Optional[str] = None,
356
344
  boot_volume_id=pulumi.get(__ret__, 'boot_volume_id'),
357
345
  boot_volume_replicas=pulumi.get(__ret__, 'boot_volume_replicas'),
358
346
  boot_volume_replicas_deletion=pulumi.get(__ret__, 'boot_volume_replicas_deletion'),
359
- cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
360
347
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
361
348
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
362
349
  display_name=pulumi.get(__ret__, 'display_name'),
@@ -95,7 +95,7 @@ def get_cnv_dns_resolver_association(vcn_id: Optional[str] = None,
95
95
  ```
96
96
 
97
97
 
98
- :param str vcn_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
98
+ :param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
99
99
  """
100
100
  __args__ = dict()
101
101
  __args__['vcnId'] = vcn_id
@@ -127,6 +127,6 @@ def get_cnv_dns_resolver_association_output(vcn_id: Optional[pulumi.Input[str]]
127
127
  ```
128
128
 
129
129
 
130
- :param str vcn_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
130
+ :param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
131
131
  """
132
132
  ...
@@ -22,7 +22,7 @@ class GetInstanceResult:
22
22
  """
23
23
  A collection of values returned by getInstance.
24
24
  """
25
- def __init__(__self__, agent_configs=None, async_=None, availability_configs=None, availability_domain=None, boot_volume_id=None, capacity_reservation_id=None, cluster_placement_group_id=None, compartment_id=None, compute_cluster_id=None, create_vnic_details=None, dedicated_vm_host_id=None, defined_tags=None, display_name=None, extended_metadata=None, fault_domain=None, freeform_tags=None, hostname_label=None, id=None, image=None, instance_configuration_id=None, instance_id=None, instance_options=None, ipxe_script=None, is_cross_numa_node=None, is_pv_encryption_in_transit_enabled=None, launch_mode=None, launch_options=None, launch_volume_attachments=None, metadata=None, platform_configs=None, preemptible_instance_configs=None, preserve_boot_volume=None, preserve_data_volumes_created_at_launch=None, private_ip=None, public_ip=None, region=None, shape=None, shape_configs=None, source_details=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_maintenance_reboot_due=None, update_operation_constraint=None):
25
+ def __init__(__self__, agent_configs=None, async_=None, availability_configs=None, availability_domain=None, boot_volume_id=None, capacity_reservation_id=None, compartment_id=None, compute_cluster_id=None, create_vnic_details=None, dedicated_vm_host_id=None, defined_tags=None, display_name=None, extended_metadata=None, fault_domain=None, freeform_tags=None, hostname_label=None, id=None, image=None, instance_configuration_id=None, instance_id=None, instance_options=None, ipxe_script=None, is_cross_numa_node=None, is_pv_encryption_in_transit_enabled=None, launch_mode=None, launch_options=None, launch_volume_attachments=None, metadata=None, platform_configs=None, preemptible_instance_configs=None, preserve_boot_volume=None, preserve_data_volumes_created_at_launch=None, private_ip=None, public_ip=None, region=None, shape=None, shape_configs=None, source_details=None, state=None, subnet_id=None, system_tags=None, time_created=None, time_maintenance_reboot_due=None, update_operation_constraint=None):
26
26
  if agent_configs and not isinstance(agent_configs, list):
27
27
  raise TypeError("Expected argument 'agent_configs' to be a list")
28
28
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -41,9 +41,6 @@ class GetInstanceResult:
41
41
  if capacity_reservation_id and not isinstance(capacity_reservation_id, str):
42
42
  raise TypeError("Expected argument 'capacity_reservation_id' to be a str")
43
43
  pulumi.set(__self__, "capacity_reservation_id", capacity_reservation_id)
44
- if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
45
- raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
46
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
47
44
  if compartment_id and not isinstance(compartment_id, str):
48
45
  raise TypeError("Expected argument 'compartment_id' to be a str")
49
46
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -204,14 +201,6 @@ class GetInstanceResult:
204
201
  """
205
202
  return pulumi.get(self, "capacity_reservation_id")
206
203
 
207
- @property
208
- @pulumi.getter(name="clusterPlacementGroupId")
209
- def cluster_placement_group_id(self) -> str:
210
- """
211
- The OCID of the cluster placement group of the instance.
212
- """
213
- return pulumi.get(self, "cluster_placement_group_id")
214
-
215
204
  @property
216
205
  @pulumi.getter(name="compartmentId")
217
206
  def compartment_id(self) -> str:
@@ -514,7 +503,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
514
503
  availability_domain=self.availability_domain,
515
504
  boot_volume_id=self.boot_volume_id,
516
505
  capacity_reservation_id=self.capacity_reservation_id,
517
- cluster_placement_group_id=self.cluster_placement_group_id,
518
506
  compartment_id=self.compartment_id,
519
507
  compute_cluster_id=self.compute_cluster_id,
520
508
  create_vnic_details=self.create_vnic_details,
@@ -589,7 +577,6 @@ def get_instance(instance_id: Optional[str] = None,
589
577
  availability_domain=pulumi.get(__ret__, 'availability_domain'),
590
578
  boot_volume_id=pulumi.get(__ret__, 'boot_volume_id'),
591
579
  capacity_reservation_id=pulumi.get(__ret__, 'capacity_reservation_id'),
592
- cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
593
580
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
594
581
  compute_cluster_id=pulumi.get(__ret__, 'compute_cluster_id'),
595
582
  create_vnic_details=pulumi.get(__ret__, 'create_vnic_details'),
@@ -322,7 +322,7 @@ def get_subnet(subnet_id: Optional[str] = None,
322
322
  ```
323
323
 
324
324
 
325
- :param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
325
+ :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
326
326
  """
327
327
  __args__ = dict()
328
328
  __args__['subnetId'] = subnet_id
@@ -373,6 +373,6 @@ def get_subnet_output(subnet_id: Optional[pulumi.Input[str]] = None,
373
373
  ```
374
374
 
375
375
 
376
- :param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
376
+ :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
377
377
  """
378
378
  ...
@@ -290,7 +290,7 @@ def get_vcn(vcn_id: Optional[str] = None,
290
290
  ```
291
291
 
292
292
 
293
- :param str vcn_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
293
+ :param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
294
294
  """
295
295
  __args__ = dict()
296
296
  __args__['vcnId'] = vcn_id
@@ -339,6 +339,6 @@ def get_vcn_output(vcn_id: Optional[pulumi.Input[str]] = None,
339
339
  ```
340
340
 
341
341
 
342
- :param str vcn_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
342
+ :param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
343
343
  """
344
344
  ...
@@ -22,7 +22,7 @@ class GetVolumeResult:
22
22
  """
23
23
  A collection of values returned by getVolume.
24
24
  """
25
- def __init__(__self__, auto_tuned_vpus_per_gb=None, autotune_policies=None, availability_domain=None, backup_policy_id=None, block_volume_replicas=None, block_volume_replicas_deletion=None, cluster_placement_group_id=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_auto_tune_enabled=None, is_hydrated=None, kms_key_id=None, size_in_gbs=None, size_in_mbs=None, source_details=None, state=None, system_tags=None, time_created=None, volume_backup_id=None, volume_group_id=None, volume_id=None, vpus_per_gb=None):
25
+ def __init__(__self__, auto_tuned_vpus_per_gb=None, autotune_policies=None, availability_domain=None, backup_policy_id=None, block_volume_replicas=None, block_volume_replicas_deletion=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_auto_tune_enabled=None, is_hydrated=None, kms_key_id=None, size_in_gbs=None, size_in_mbs=None, source_details=None, state=None, system_tags=None, time_created=None, volume_backup_id=None, volume_group_id=None, volume_id=None, vpus_per_gb=None):
26
26
  if auto_tuned_vpus_per_gb and not isinstance(auto_tuned_vpus_per_gb, str):
27
27
  raise TypeError("Expected argument 'auto_tuned_vpus_per_gb' to be a str")
28
28
  pulumi.set(__self__, "auto_tuned_vpus_per_gb", auto_tuned_vpus_per_gb)
@@ -41,9 +41,6 @@ class GetVolumeResult:
41
41
  if block_volume_replicas_deletion and not isinstance(block_volume_replicas_deletion, bool):
42
42
  raise TypeError("Expected argument 'block_volume_replicas_deletion' to be a bool")
43
43
  pulumi.set(__self__, "block_volume_replicas_deletion", block_volume_replicas_deletion)
44
- if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
45
- raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
46
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
47
44
  if compartment_id and not isinstance(compartment_id, str):
48
45
  raise TypeError("Expected argument 'compartment_id' to be a str")
49
46
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -144,14 +141,6 @@ class GetVolumeResult:
144
141
  def block_volume_replicas_deletion(self) -> bool:
145
142
  return pulumi.get(self, "block_volume_replicas_deletion")
146
143
 
147
- @property
148
- @pulumi.getter(name="clusterPlacementGroupId")
149
- def cluster_placement_group_id(self) -> str:
150
- """
151
- The clusterPlacementGroup Id of the volume for volume placement.
152
- """
153
- return pulumi.get(self, "cluster_placement_group_id")
154
-
155
144
  @property
156
145
  @pulumi.getter(name="compartmentId")
157
146
  def compartment_id(self) -> str:
@@ -303,7 +292,6 @@ class AwaitableGetVolumeResult(GetVolumeResult):
303
292
  backup_policy_id=self.backup_policy_id,
304
293
  block_volume_replicas=self.block_volume_replicas,
305
294
  block_volume_replicas_deletion=self.block_volume_replicas_deletion,
306
- cluster_placement_group_id=self.cluster_placement_group_id,
307
295
  compartment_id=self.compartment_id,
308
296
  defined_tags=self.defined_tags,
309
297
  display_name=self.display_name,
@@ -355,7 +343,6 @@ def get_volume(volume_id: Optional[str] = None,
355
343
  backup_policy_id=pulumi.get(__ret__, 'backup_policy_id'),
356
344
  block_volume_replicas=pulumi.get(__ret__, 'block_volume_replicas'),
357
345
  block_volume_replicas_deletion=pulumi.get(__ret__, 'block_volume_replicas_deletion'),
358
- cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
359
346
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
360
347
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
361
348
  display_name=pulumi.get(__ret__, 'display_name'),
@@ -23,13 +23,10 @@ class GetVolumesResult:
23
23
  """
24
24
  A collection of values returned by getVolumes.
25
25
  """
26
- def __init__(__self__, availability_domain=None, cluster_placement_group_id=None, compartment_id=None, display_name=None, filters=None, id=None, state=None, volume_group_id=None, volumes=None):
26
+ def __init__(__self__, availability_domain=None, compartment_id=None, display_name=None, filters=None, id=None, state=None, volume_group_id=None, volumes=None):
27
27
  if availability_domain and not isinstance(availability_domain, str):
28
28
  raise TypeError("Expected argument 'availability_domain' to be a str")
29
29
  pulumi.set(__self__, "availability_domain", availability_domain)
30
- if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
31
- raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
32
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
33
30
  if compartment_id and not isinstance(compartment_id, str):
34
31
  raise TypeError("Expected argument 'compartment_id' to be a str")
35
32
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -60,14 +57,6 @@ class GetVolumesResult:
60
57
  """
61
58
  return pulumi.get(self, "availability_domain")
62
59
 
63
- @property
64
- @pulumi.getter(name="clusterPlacementGroupId")
65
- def cluster_placement_group_id(self) -> Optional[str]:
66
- """
67
- The clusterPlacementGroup Id of the volume for volume placement.
68
- """
69
- return pulumi.get(self, "cluster_placement_group_id")
70
-
71
60
  @property
72
61
  @pulumi.getter(name="compartmentId")
73
62
  def compartment_id(self) -> Optional[str]:
@@ -129,7 +118,6 @@ class AwaitableGetVolumesResult(GetVolumesResult):
129
118
  yield self
130
119
  return GetVolumesResult(
131
120
  availability_domain=self.availability_domain,
132
- cluster_placement_group_id=self.cluster_placement_group_id,
133
121
  compartment_id=self.compartment_id,
134
122
  display_name=self.display_name,
135
123
  filters=self.filters,
@@ -140,7 +128,6 @@ class AwaitableGetVolumesResult(GetVolumesResult):
140
128
 
141
129
 
142
130
  def get_volumes(availability_domain: Optional[str] = None,
143
- cluster_placement_group_id: Optional[str] = None,
144
131
  compartment_id: Optional[str] = None,
145
132
  display_name: Optional[str] = None,
146
133
  filters: Optional[Sequence[pulumi.InputType['GetVolumesFilterArgs']]] = None,
@@ -159,7 +146,6 @@ def get_volumes(availability_domain: Optional[str] = None,
159
146
  import pulumi_oci as oci
160
147
 
161
148
  test_volumes = oci.Core.get_volumes(availability_domain=volume_availability_domain,
162
- cluster_placement_group_id=test_group["id"],
163
149
  compartment_id=compartment_id,
164
150
  display_name=volume_display_name,
165
151
  state=volume_state,
@@ -168,7 +154,6 @@ def get_volumes(availability_domain: Optional[str] = None,
168
154
 
169
155
 
170
156
  :param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
171
- :param str cluster_placement_group_id: A filter to return only resources that match the given cluster placement group Id exactly.
172
157
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
173
158
  :param str display_name: A filter to return only resources that match the given display name exactly.
174
159
  :param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
@@ -176,7 +161,6 @@ def get_volumes(availability_domain: Optional[str] = None,
176
161
  """
177
162
  __args__ = dict()
178
163
  __args__['availabilityDomain'] = availability_domain
179
- __args__['clusterPlacementGroupId'] = cluster_placement_group_id
180
164
  __args__['compartmentId'] = compartment_id
181
165
  __args__['displayName'] = display_name
182
166
  __args__['filters'] = filters
@@ -187,7 +171,6 @@ def get_volumes(availability_domain: Optional[str] = None,
187
171
 
188
172
  return AwaitableGetVolumesResult(
189
173
  availability_domain=pulumi.get(__ret__, 'availability_domain'),
190
- cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
191
174
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
192
175
  display_name=pulumi.get(__ret__, 'display_name'),
193
176
  filters=pulumi.get(__ret__, 'filters'),
@@ -199,7 +182,6 @@ def get_volumes(availability_domain: Optional[str] = None,
199
182
 
200
183
  @_utilities.lift_output_func(get_volumes)
201
184
  def get_volumes_output(availability_domain: Optional[pulumi.Input[Optional[str]]] = None,
202
- cluster_placement_group_id: Optional[pulumi.Input[Optional[str]]] = None,
203
185
  compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
204
186
  display_name: Optional[pulumi.Input[Optional[str]]] = None,
205
187
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetVolumesFilterArgs']]]]] = None,
@@ -218,7 +200,6 @@ def get_volumes_output(availability_domain: Optional[pulumi.Input[Optional[str]]
218
200
  import pulumi_oci as oci
219
201
 
220
202
  test_volumes = oci.Core.get_volumes(availability_domain=volume_availability_domain,
221
- cluster_placement_group_id=test_group["id"],
222
203
  compartment_id=compartment_id,
223
204
  display_name=volume_display_name,
224
205
  state=volume_state,
@@ -227,7 +208,6 @@ def get_volumes_output(availability_domain: Optional[pulumi.Input[Optional[str]]
227
208
 
228
209
 
229
210
  :param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
230
- :param str cluster_placement_group_id: A filter to return only resources that match the given cluster placement group Id exactly.
231
211
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
232
212
  :param str display_name: A filter to return only resources that match the given display name exactly.
233
213
  :param str state: A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.