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
pulumi_oci/__init__.py CHANGED
@@ -59,8 +59,6 @@ if typing.TYPE_CHECKING:
59
59
  cloudguard = __cloudguard
60
60
  import pulumi_oci.cloudmigrations as __cloudmigrations
61
61
  cloudmigrations = __cloudmigrations
62
- import pulumi_oci.clusterplacementgroups as __clusterplacementgroups
63
- clusterplacementgroups = __clusterplacementgroups
64
62
  import pulumi_oci.computecloud as __computecloud
65
63
  computecloud = __computecloud
66
64
  import pulumi_oci.computeinstanceagent as __computeinstanceagent
@@ -263,7 +261,6 @@ else:
263
261
  cloudbridge = _utilities.lazy_import('pulumi_oci.cloudbridge')
264
262
  cloudguard = _utilities.lazy_import('pulumi_oci.cloudguard')
265
263
  cloudmigrations = _utilities.lazy_import('pulumi_oci.cloudmigrations')
266
- clusterplacementgroups = _utilities.lazy_import('pulumi_oci.clusterplacementgroups')
267
264
  computecloud = _utilities.lazy_import('pulumi_oci.computecloud')
268
265
  computeinstanceagent = _utilities.lazy_import('pulumi_oci.computeinstanceagent')
269
266
  config = _utilities.lazy_import('pulumi_oci.config')
@@ -1028,14 +1025,6 @@ _utilities.register(
1028
1025
  "oci:CloudMigrations/targetAsset:TargetAsset": "TargetAsset"
1029
1026
  }
1030
1027
  },
1031
- {
1032
- "pkg": "oci",
1033
- "mod": "ClusterPlacementGroups/clusterPlacementGroup",
1034
- "fqn": "pulumi_oci.clusterplacementgroups",
1035
- "classes": {
1036
- "oci:ClusterPlacementGroups/clusterPlacementGroup:ClusterPlacementGroup": "ClusterPlacementGroup"
1037
- }
1038
- },
1039
1028
  {
1040
1029
  "pkg": "oci",
1041
1030
  "mod": "ComputeCloud/atCustomerCccInfrastructure",
@@ -2462,7 +2462,6 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2462
2462
  instance_shape: pulumi.Input[str],
2463
2463
  reserved_count: pulumi.Input[str],
2464
2464
  cluster_config: Optional[pulumi.Input['ComputeCapacityReservationInstanceReservationConfigClusterConfigArgs']] = None,
2465
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
2466
2465
  fault_domain: Optional[pulumi.Input[str]] = None,
2467
2466
  instance_shape_config: Optional[pulumi.Input['ComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs']] = None,
2468
2467
  used_count: Optional[pulumi.Input[str]] = None):
@@ -2471,7 +2470,6 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2471
2470
  :param pulumi.Input[str] reserved_count: (Updatable) The total number of instances that can be launched from the capacity configuration.
2472
2471
  :param pulumi.Input['ComputeCapacityReservationInstanceReservationConfigClusterConfigArgs'] cluster_config: (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
2473
2472
 
2474
- <<<<<<< HEAD
2475
2473
  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.
2476
2474
  :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.
2477
2475
 
@@ -2491,8 +2489,6 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2491
2489
  pulumi.set(__self__, "reserved_count", reserved_count)
2492
2490
  if cluster_config is not None:
2493
2491
  pulumi.set(__self__, "cluster_config", cluster_config)
2494
- if cluster_placement_group_id is not None:
2495
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
2496
2492
  if fault_domain is not None:
2497
2493
  pulumi.set(__self__, "fault_domain", fault_domain)
2498
2494
  if instance_shape_config is not None:
@@ -2530,7 +2526,6 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2530
2526
  """
2531
2527
  (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
2532
2528
 
2533
- <<<<<<< HEAD
2534
2529
  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.
2535
2530
  """
2536
2531
  return pulumi.get(self, "cluster_config")
@@ -2539,15 +2534,6 @@ class ComputeCapacityReservationInstanceReservationConfigArgs:
2539
2534
  def cluster_config(self, value: Optional[pulumi.Input['ComputeCapacityReservationInstanceReservationConfigClusterConfigArgs']]):
2540
2535
  pulumi.set(self, "cluster_config", value)
2541
2536
 
2542
- @property
2543
- @pulumi.getter(name="clusterPlacementGroupId")
2544
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
2545
- return pulumi.get(self, "cluster_placement_group_id")
2546
-
2547
- @cluster_placement_group_id.setter
2548
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
2549
- pulumi.set(self, "cluster_placement_group_id", value)
2550
-
2551
2537
  @property
2552
2538
  @pulumi.getter(name="faultDomain")
2553
2539
  def fault_domain(self) -> Optional[pulumi.Input[str]]:
@@ -4843,7 +4829,6 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4843
4829
  availability_domain: Optional[pulumi.Input[str]] = None,
4844
4830
  backup_policy_id: Optional[pulumi.Input[str]] = None,
4845
4831
  block_volume_replicas: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs']] = None,
4846
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
4847
4832
  compartment_id: Optional[pulumi.Input[str]] = None,
4848
4833
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
4849
4834
  display_name: Optional[pulumi.Input[str]] = None,
@@ -4855,11 +4840,10 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4855
4840
  vpus_per_gb: Optional[pulumi.Input[str]] = None):
4856
4841
  """
4857
4842
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
4858
- :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
4843
+ :param pulumi.Input[str] availability_domain: The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
4859
4844
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
4860
4845
  :param pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
4861
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
4862
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
4846
+ :param pulumi.Input[str] compartment_id: The OCID of the compartment that contains the volume.
4863
4847
  :param pulumi.Input[Mapping[str, Any]] defined_tags: 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"}`
4864
4848
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
4865
4849
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: 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"}`
@@ -4878,8 +4862,6 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4878
4862
  pulumi.set(__self__, "backup_policy_id", backup_policy_id)
4879
4863
  if block_volume_replicas is not None:
4880
4864
  pulumi.set(__self__, "block_volume_replicas", block_volume_replicas)
4881
- if cluster_placement_group_id is not None:
4882
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
4883
4865
  if compartment_id is not None:
4884
4866
  pulumi.set(__self__, "compartment_id", compartment_id)
4885
4867
  if defined_tags is not None:
@@ -4915,7 +4897,7 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4915
4897
  @pulumi.getter(name="availabilityDomain")
4916
4898
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
4917
4899
  """
4918
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
4900
+ The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
4919
4901
  """
4920
4902
  return pulumi.get(self, "availability_domain")
4921
4903
 
@@ -4947,23 +4929,11 @@ class InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs:
4947
4929
  def block_volume_replicas(self, value: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs']]):
4948
4930
  pulumi.set(self, "block_volume_replicas", value)
4949
4931
 
4950
- @property
4951
- @pulumi.getter(name="clusterPlacementGroupId")
4952
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
4953
- """
4954
- The clusterPlacementGroup Id of the volume for volume placement.
4955
- """
4956
- return pulumi.get(self, "cluster_placement_group_id")
4957
-
4958
- @cluster_placement_group_id.setter
4959
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
4960
- pulumi.set(self, "cluster_placement_group_id", value)
4961
-
4962
4932
  @property
4963
4933
  @pulumi.getter(name="compartmentId")
4964
4934
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
4965
4935
  """
4966
- (Updatable) The OCID of the compartment containing images to search
4936
+ The OCID of the compartment that contains the volume.
4967
4937
  """
4968
4938
  return pulumi.get(self, "compartment_id")
4969
4939
 
@@ -5188,7 +5158,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5188
5158
  availability_config: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs']] = None,
5189
5159
  availability_domain: Optional[pulumi.Input[str]] = None,
5190
5160
  capacity_reservation_id: Optional[pulumi.Input[str]] = None,
5191
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
5192
5161
  compartment_id: Optional[pulumi.Input[str]] = None,
5193
5162
  create_vnic_details: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs']] = None,
5194
5163
  dedicated_vm_host_id: Optional[pulumi.Input[str]] = None,
@@ -5214,7 +5183,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5214
5183
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs'] availability_config: Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
5215
5184
  :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
5216
5185
  :param pulumi.Input[str] capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
5217
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
5218
5186
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
5219
5187
  :param pulumi.Input['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs'] create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
5220
5188
  :param pulumi.Input[str] dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
@@ -5299,8 +5267,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5299
5267
  pulumi.set(__self__, "availability_domain", availability_domain)
5300
5268
  if capacity_reservation_id is not None:
5301
5269
  pulumi.set(__self__, "capacity_reservation_id", capacity_reservation_id)
5302
- if cluster_placement_group_id is not None:
5303
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
5304
5270
  if compartment_id is not None:
5305
5271
  pulumi.set(__self__, "compartment_id", compartment_id)
5306
5272
  if create_vnic_details is not None:
@@ -5390,18 +5356,6 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsArgs:
5390
5356
  def capacity_reservation_id(self, value: Optional[pulumi.Input[str]]):
5391
5357
  pulumi.set(self, "capacity_reservation_id", value)
5392
5358
 
5393
- @property
5394
- @pulumi.getter(name="clusterPlacementGroupId")
5395
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
5396
- """
5397
- The clusterPlacementGroup Id of the volume for volume placement.
5398
- """
5399
- return pulumi.get(self, "cluster_placement_group_id")
5400
-
5401
- @cluster_placement_group_id.setter
5402
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
5403
- pulumi.set(self, "cluster_placement_group_id", value)
5404
-
5405
5359
  @property
5406
5360
  @pulumi.getter(name="compartmentId")
5407
5361
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
@@ -7031,7 +6985,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7031
6985
  availability_domain: Optional[pulumi.Input[str]] = None,
7032
6986
  backup_policy_id: Optional[pulumi.Input[str]] = None,
7033
6987
  block_volume_replicas: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs']] = None,
7034
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
7035
6988
  compartment_id: Optional[pulumi.Input[str]] = None,
7036
6989
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
7037
6990
  display_name: Optional[pulumi.Input[str]] = None,
@@ -7043,11 +6996,10 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7043
6996
  vpus_per_gb: Optional[pulumi.Input[str]] = None):
7044
6997
  """
7045
6998
  :param pulumi.Input[Sequence[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs']]] autotune_policies: The list of autotune policies enabled for this volume.
7046
- :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
6999
+ :param pulumi.Input[str] availability_domain: The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
7047
7000
  :param pulumi.Input[str] backup_policy_id: If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
7048
7001
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs'] block_volume_replicas: The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
7049
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
7050
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
7002
+ :param pulumi.Input[str] compartment_id: The OCID of the compartment that contains the volume.
7051
7003
  :param pulumi.Input[Mapping[str, Any]] defined_tags: 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"}`
7052
7004
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
7053
7005
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: 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"}`
@@ -7066,8 +7018,6 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7066
7018
  pulumi.set(__self__, "backup_policy_id", backup_policy_id)
7067
7019
  if block_volume_replicas is not None:
7068
7020
  pulumi.set(__self__, "block_volume_replicas", block_volume_replicas)
7069
- if cluster_placement_group_id is not None:
7070
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
7071
7021
  if compartment_id is not None:
7072
7022
  pulumi.set(__self__, "compartment_id", compartment_id)
7073
7023
  if defined_tags is not None:
@@ -7103,7 +7053,7 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7103
7053
  @pulumi.getter(name="availabilityDomain")
7104
7054
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
7105
7055
  """
7106
- The availability domain of the instance. Example: `Uocm:PHX-AD-1`
7056
+ The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
7107
7057
  """
7108
7058
  return pulumi.get(self, "availability_domain")
7109
7059
 
@@ -7135,23 +7085,11 @@ class InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs:
7135
7085
  def block_volume_replicas(self, value: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs']]):
7136
7086
  pulumi.set(self, "block_volume_replicas", value)
7137
7087
 
7138
- @property
7139
- @pulumi.getter(name="clusterPlacementGroupId")
7140
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
7141
- """
7142
- The clusterPlacementGroup Id of the volume for volume placement.
7143
- """
7144
- return pulumi.get(self, "cluster_placement_group_id")
7145
-
7146
- @cluster_placement_group_id.setter
7147
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
7148
- pulumi.set(self, "cluster_placement_group_id", value)
7149
-
7150
7088
  @property
7151
7089
  @pulumi.getter(name="compartmentId")
7152
7090
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
7153
7091
  """
7154
- (Updatable) The OCID of the compartment containing images to search
7092
+ The OCID of the compartment that contains the volume.
7155
7093
  """
7156
7094
  return pulumi.get(self, "compartment_id")
7157
7095
 
@@ -7376,7 +7314,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7376
7314
  availability_config: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs']] = None,
7377
7315
  availability_domain: Optional[pulumi.Input[str]] = None,
7378
7316
  capacity_reservation_id: Optional[pulumi.Input[str]] = None,
7379
- cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
7380
7317
  compartment_id: Optional[pulumi.Input[str]] = None,
7381
7318
  create_vnic_details: Optional[pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs']] = None,
7382
7319
  dedicated_vm_host_id: Optional[pulumi.Input[str]] = None,
@@ -7402,7 +7339,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7402
7339
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs'] availability_config: Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
7403
7340
  :param pulumi.Input[str] availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
7404
7341
  :param pulumi.Input[str] capacity_reservation_id: The OCID of the compute capacity reservation this instance is launched under.
7405
- :param pulumi.Input[str] cluster_placement_group_id: The clusterPlacementGroup Id of the volume for volume placement.
7406
7342
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
7407
7343
  :param pulumi.Input['InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs'] create_vnic_details: Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
7408
7344
  :param pulumi.Input[str] dedicated_vm_host_id: The OCID of the dedicated virtual machine host to place the instance on.
@@ -7487,8 +7423,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7487
7423
  pulumi.set(__self__, "availability_domain", availability_domain)
7488
7424
  if capacity_reservation_id is not None:
7489
7425
  pulumi.set(__self__, "capacity_reservation_id", capacity_reservation_id)
7490
- if cluster_placement_group_id is not None:
7491
- pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
7492
7426
  if compartment_id is not None:
7493
7427
  pulumi.set(__self__, "compartment_id", compartment_id)
7494
7428
  if create_vnic_details is not None:
@@ -7578,18 +7512,6 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs:
7578
7512
  def capacity_reservation_id(self, value: Optional[pulumi.Input[str]]):
7579
7513
  pulumi.set(self, "capacity_reservation_id", value)
7580
7514
 
7581
- @property
7582
- @pulumi.getter(name="clusterPlacementGroupId")
7583
- def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
7584
- """
7585
- The clusterPlacementGroup Id of the volume for volume placement.
7586
- """
7587
- return pulumi.get(self, "cluster_placement_group_id")
7588
-
7589
- @cluster_placement_group_id.setter
7590
- def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
7591
- pulumi.set(self, "cluster_placement_group_id", value)
7592
-
7593
7515
  @property
7594
7516
  @pulumi.getter(name="compartmentId")
7595
7517
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
@@ -9587,7 +9509,7 @@ class InstanceCreateVnicDetailsArgs:
9587
9509
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
9588
9510
 
9589
9511
  If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
9590
- :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
9512
+ :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
9591
9513
 
9592
9514
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
9593
9515
 
@@ -9752,7 +9674,7 @@ class InstanceCreateVnicDetailsArgs:
9752
9674
  @pulumi.getter(name="privateIp")
9753
9675
  def private_ip(self) -> Optional[pulumi.Input[str]]:
9754
9676
  """
9755
- A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
9677
+ A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
9756
9678
 
9757
9679
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
9758
9680
 
@@ -10142,7 +10064,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailsArgs:
10142
10064
  :param pulumi.Input[str] volume_creation_type: Specifies the method for volume creation.
10143
10065
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing images to search
10144
10066
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10145
- :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10067
+ :param pulumi.Input[str] kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10146
10068
  :param pulumi.Input[str] vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
10147
10069
 
10148
10070
  Allowed values:
@@ -10210,7 +10132,7 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailsArgs:
10210
10132
  @pulumi.getter(name="kmsKeyId")
10211
10133
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
10212
10134
  """
10213
- (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10135
+ The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10214
10136
  """
10215
10137
  return pulumi.get(self, "kms_key_id")
10216
10138
 
@@ -10667,8 +10589,8 @@ class InstancePoolPlacementConfigurationArgs:
10667
10589
 
10668
10590
  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.
10669
10591
 
10670
- <<<<<<< HEAD
10671
10592
  Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10593
+ :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.
10672
10594
  :param pulumi.Input['InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs'] primary_vnic_subnets: (Updatable) Details about the IPv6 primary subnet.
10673
10595
  :param pulumi.Input[Sequence[pulumi.Input['InstancePoolPlacementConfigurationSecondaryVnicSubnetArgs']]] secondary_vnic_subnets: (Updatable) The set of secondary VNIC data for instances in the pool.
10674
10596
  """
@@ -10706,7 +10628,6 @@ class InstancePoolPlacementConfigurationArgs:
10706
10628
 
10707
10629
  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.
10708
10630
 
10709
- <<<<<<< HEAD
10710
10631
  Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
10711
10632
  """
10712
10633
  return pulumi.get(self, "fault_domains")
@@ -10718,6 +10639,9 @@ class InstancePoolPlacementConfigurationArgs:
10718
10639
  @property
10719
10640
  @pulumi.getter(name="primarySubnetId")
10720
10641
  def primary_subnet_id(self) -> Optional[pulumi.Input[str]]:
10642
+ """
10643
+ (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.
10644
+ """
10721
10645
  return pulumi.get(self, "primary_subnet_id")
10722
10646
 
10723
10647
  @primary_subnet_id.setter
@@ -11205,18 +11129,17 @@ class InstanceSourceDetailsArgs:
11205
11129
  boot_volume_size_in_gbs: Optional[pulumi.Input[str]] = None,
11206
11130
  boot_volume_vpus_per_gb: Optional[pulumi.Input[str]] = None,
11207
11131
  instance_source_image_filter_details: Optional[pulumi.Input['InstanceSourceDetailsInstanceSourceImageFilterDetailsArgs']] = None,
11208
- is_preserve_boot_volume_enabled: Optional[pulumi.Input[bool]] = None,
11209
11132
  kms_key_id: Optional[pulumi.Input[str]] = None,
11210
11133
  source_id: Optional[pulumi.Input[str]] = None):
11211
11134
  """
11212
- :param pulumi.Input[str] source_type: (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
11135
+ :param pulumi.Input[str] source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
11213
11136
  :param pulumi.Input[str] boot_volume_size_in_gbs: (Updatable) The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
11214
11137
  :param pulumi.Input[str] boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
11215
11138
 
11216
11139
  Allowed values:
11217
11140
  :param pulumi.Input['InstanceSourceDetailsInstanceSourceImageFilterDetailsArgs'] instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
11218
- :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
11219
- :param pulumi.Input[str] source_id: (Updatable) The OCID of the boot volume used to boot the instance.
11141
+ :param pulumi.Input[str] kms_key_id: The OCID of the Vault service key to assign as the master encryption key for the boot volume.
11142
+ :param pulumi.Input[str] source_id: The OCID of an image or a boot volume to use, depending on the value of `source_type`.
11220
11143
  """
11221
11144
  pulumi.set(__self__, "source_type", source_type)
11222
11145
  if boot_volume_size_in_gbs is not None:
@@ -11225,8 +11148,6 @@ class InstanceSourceDetailsArgs:
11225
11148
  pulumi.set(__self__, "boot_volume_vpus_per_gb", boot_volume_vpus_per_gb)
11226
11149
  if instance_source_image_filter_details is not None:
11227
11150
  pulumi.set(__self__, "instance_source_image_filter_details", instance_source_image_filter_details)
11228
- if is_preserve_boot_volume_enabled is not None:
11229
- pulumi.set(__self__, "is_preserve_boot_volume_enabled", is_preserve_boot_volume_enabled)
11230
11151
  if kms_key_id is not None:
11231
11152
  pulumi.set(__self__, "kms_key_id", kms_key_id)
11232
11153
  if source_id is not None:
@@ -11236,7 +11157,7 @@ class InstanceSourceDetailsArgs:
11236
11157
  @pulumi.getter(name="sourceType")
11237
11158
  def source_type(self) -> pulumi.Input[str]:
11238
11159
  """
11239
- (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
11160
+ The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
11240
11161
  """
11241
11162
  return pulumi.get(self, "source_type")
11242
11163
 
@@ -11282,20 +11203,11 @@ class InstanceSourceDetailsArgs:
11282
11203
  def instance_source_image_filter_details(self, value: Optional[pulumi.Input['InstanceSourceDetailsInstanceSourceImageFilterDetailsArgs']]):
11283
11204
  pulumi.set(self, "instance_source_image_filter_details", value)
11284
11205
 
11285
- @property
11286
- @pulumi.getter(name="isPreserveBootVolumeEnabled")
11287
- def is_preserve_boot_volume_enabled(self) -> Optional[pulumi.Input[bool]]:
11288
- return pulumi.get(self, "is_preserve_boot_volume_enabled")
11289
-
11290
- @is_preserve_boot_volume_enabled.setter
11291
- def is_preserve_boot_volume_enabled(self, value: Optional[pulumi.Input[bool]]):
11292
- pulumi.set(self, "is_preserve_boot_volume_enabled", value)
11293
-
11294
11206
  @property
11295
11207
  @pulumi.getter(name="kmsKeyId")
11296
11208
  def kms_key_id(self) -> Optional[pulumi.Input[str]]:
11297
11209
  """
11298
- (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
11210
+ The OCID of the Vault service key to assign as the master encryption key for the boot volume.
11299
11211
  """
11300
11212
  return pulumi.get(self, "kms_key_id")
11301
11213
 
@@ -11307,7 +11219,7 @@ class InstanceSourceDetailsArgs:
11307
11219
  @pulumi.getter(name="sourceId")
11308
11220
  def source_id(self) -> Optional[pulumi.Input[str]]:
11309
11221
  """
11310
- (Updatable) The OCID of the boot volume used to boot the instance.
11222
+ The OCID of an image or a boot volume to use, depending on the value of `source_type`.
11311
11223
  """
11312
11224
  return pulumi.get(self, "source_id")
11313
11225
 
@@ -13573,11 +13485,11 @@ class VnicAttachmentCreateVnicDetailsArgs:
13573
13485
  :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"}`
13574
13486
  :param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
13575
13487
  :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"}`
13576
- :param pulumi.Input[str] hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
13488
+ :param pulumi.Input[str] hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
13577
13489
 
13578
13490
  For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
13579
13491
 
13580
- When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
13492
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
13581
13493
 
13582
13494
  Example: `bminstance1`
13583
13495
 
@@ -13586,7 +13498,7 @@ class VnicAttachmentCreateVnicDetailsArgs:
13586
13498
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
13587
13499
 
13588
13500
  If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
13589
- :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
13501
+ :param pulumi.Input[str] private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
13590
13502
 
13591
13503
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
13592
13504
 
@@ -13716,11 +13628,11 @@ class VnicAttachmentCreateVnicDetailsArgs:
13716
13628
  @pulumi.getter(name="hostnameLabel")
13717
13629
  def hostname_label(self) -> Optional[pulumi.Input[str]]:
13718
13630
  """
13719
- (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
13631
+ (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
13720
13632
 
13721
13633
  For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
13722
13634
 
13723
- When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
13635
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
13724
13636
 
13725
13637
  Example: `bminstance1`
13726
13638
 
@@ -13762,7 +13674,7 @@ class VnicAttachmentCreateVnicDetailsArgs:
13762
13674
  @pulumi.getter(name="privateIp")
13763
13675
  def private_ip(self) -> Optional[pulumi.Input[str]]:
13764
13676
  """
13765
- A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
13677
+ A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
13766
13678
 
13767
13679
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
13768
13680