pulumi-oci 3.7.0a1757736103__py3-none-any.whl → 3.8.0a1758168665__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.
@@ -626,6 +626,9 @@ class GetAutonomousDatabaseResult:
626
626
  @_builtins.property
627
627
  @pulumi.getter(name="cloneType")
628
628
  def clone_type(self) -> _builtins.str:
629
+ """
630
+ The Autonomous Database clone type.
631
+ """
629
632
  return pulumi.get(self, "clone_type")
630
633
 
631
634
  @_builtins.property
@@ -70,6 +70,9 @@ class GetAutonomousDatabasesClonesResult:
70
70
  @_builtins.property
71
71
  @pulumi.getter(name="cloneType")
72
72
  def clone_type(self) -> Optional[_builtins.str]:
73
+ """
74
+ The Autonomous Database clone type.
75
+ """
73
76
  return pulumi.get(self, "clone_type")
74
77
 
75
78
  @_builtins.property
@@ -193,7 +193,7 @@ class GetCloudExadataInfrastructureResult:
193
193
  @pulumi.getter(name="clusterPlacementGroupId")
194
194
  def cluster_placement_group_id(self) -> _builtins.str:
195
195
  """
196
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
196
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
197
197
  """
198
198
  return pulumi.get(self, "cluster_placement_group_id")
199
199
 
@@ -63,7 +63,7 @@ class GetCloudExadataInfrastructuresResult:
63
63
  @pulumi.getter(name="clusterPlacementGroupId")
64
64
  def cluster_placement_group_id(self) -> Optional[_builtins.str]:
65
65
  """
66
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
66
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
67
67
  """
68
68
  return pulumi.get(self, "cluster_placement_group_id")
69
69
 
@@ -27,7 +27,7 @@ class GetDataGuardAssociationResult:
27
27
  """
28
28
  A collection of values returned by getDataGuardAssociation.
29
29
  """
30
- def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, compute_count=None, compute_model=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
30
+ def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cluster_placement_group_id=None, compute_count=None, compute_model=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, subscription_id=None, time_created=None, time_zone=None, transport_type=None):
31
31
  if apply_lag and not isinstance(apply_lag, str):
32
32
  raise TypeError("Expected argument 'apply_lag' to be a str")
33
33
  pulumi.set(__self__, "apply_lag", apply_lag)
@@ -40,6 +40,9 @@ class GetDataGuardAssociationResult:
40
40
  if backup_network_nsg_ids and not isinstance(backup_network_nsg_ids, list):
41
41
  raise TypeError("Expected argument 'backup_network_nsg_ids' to be a list")
42
42
  pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
43
+ if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
44
+ raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
45
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
43
46
  if compute_count and not isinstance(compute_count, int):
44
47
  raise TypeError("Expected argument 'compute_count' to be a int")
45
48
  pulumi.set(__self__, "compute_count", compute_count)
@@ -169,6 +172,9 @@ class GetDataGuardAssociationResult:
169
172
  if subnet_id and not isinstance(subnet_id, str):
170
173
  raise TypeError("Expected argument 'subnet_id' to be a str")
171
174
  pulumi.set(__self__, "subnet_id", subnet_id)
175
+ if subscription_id and not isinstance(subscription_id, str):
176
+ raise TypeError("Expected argument 'subscription_id' to be a str")
177
+ pulumi.set(__self__, "subscription_id", subscription_id)
172
178
  if time_created and not isinstance(time_created, str):
173
179
  raise TypeError("Expected argument 'time_created' to be a str")
174
180
  pulumi.set(__self__, "time_created", time_created)
@@ -205,6 +211,11 @@ class GetDataGuardAssociationResult:
205
211
  def backup_network_nsg_ids(self) -> Sequence[_builtins.str]:
206
212
  return pulumi.get(self, "backup_network_nsg_ids")
207
213
 
214
+ @_builtins.property
215
+ @pulumi.getter(name="clusterPlacementGroupId")
216
+ def cluster_placement_group_id(self) -> _builtins.str:
217
+ return pulumi.get(self, "cluster_placement_group_id")
218
+
208
219
  @_builtins.property
209
220
  @pulumi.getter(name="computeCount")
210
221
  def compute_count(self) -> _builtins.int:
@@ -456,6 +467,11 @@ class GetDataGuardAssociationResult:
456
467
  def subnet_id(self) -> _builtins.str:
457
468
  return pulumi.get(self, "subnet_id")
458
469
 
470
+ @_builtins.property
471
+ @pulumi.getter(name="subscriptionId")
472
+ def subscription_id(self) -> _builtins.str:
473
+ return pulumi.get(self, "subscription_id")
474
+
459
475
  @_builtins.property
460
476
  @pulumi.getter(name="timeCreated")
461
477
  def time_created(self) -> _builtins.str:
@@ -488,6 +504,7 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
488
504
  apply_rate=self.apply_rate,
489
505
  availability_domain=self.availability_domain,
490
506
  backup_network_nsg_ids=self.backup_network_nsg_ids,
507
+ cluster_placement_group_id=self.cluster_placement_group_id,
491
508
  compute_count=self.compute_count,
492
509
  compute_model=self.compute_model,
493
510
  cpu_core_count=self.cpu_core_count,
@@ -531,6 +548,7 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
531
548
  state=self.state,
532
549
  storage_volume_performance_mode=self.storage_volume_performance_mode,
533
550
  subnet_id=self.subnet_id,
551
+ subscription_id=self.subscription_id,
534
552
  time_created=self.time_created,
535
553
  time_zone=self.time_zone,
536
554
  transport_type=self.transport_type)
@@ -569,6 +587,7 @@ def get_data_guard_association(data_guard_association_id: Optional[_builtins.str
569
587
  apply_rate=pulumi.get(__ret__, 'apply_rate'),
570
588
  availability_domain=pulumi.get(__ret__, 'availability_domain'),
571
589
  backup_network_nsg_ids=pulumi.get(__ret__, 'backup_network_nsg_ids'),
590
+ cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
572
591
  compute_count=pulumi.get(__ret__, 'compute_count'),
573
592
  compute_model=pulumi.get(__ret__, 'compute_model'),
574
593
  cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
@@ -612,6 +631,7 @@ def get_data_guard_association(data_guard_association_id: Optional[_builtins.str
612
631
  state=pulumi.get(__ret__, 'state'),
613
632
  storage_volume_performance_mode=pulumi.get(__ret__, 'storage_volume_performance_mode'),
614
633
  subnet_id=pulumi.get(__ret__, 'subnet_id'),
634
+ subscription_id=pulumi.get(__ret__, 'subscription_id'),
615
635
  time_created=pulumi.get(__ret__, 'time_created'),
616
636
  time_zone=pulumi.get(__ret__, 'time_zone'),
617
637
  transport_type=pulumi.get(__ret__, 'transport_type'))
@@ -647,6 +667,7 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
647
667
  apply_rate=pulumi.get(__response__, 'apply_rate'),
648
668
  availability_domain=pulumi.get(__response__, 'availability_domain'),
649
669
  backup_network_nsg_ids=pulumi.get(__response__, 'backup_network_nsg_ids'),
670
+ cluster_placement_group_id=pulumi.get(__response__, 'cluster_placement_group_id'),
650
671
  compute_count=pulumi.get(__response__, 'compute_count'),
651
672
  compute_model=pulumi.get(__response__, 'compute_model'),
652
673
  cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
@@ -690,6 +711,7 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
690
711
  state=pulumi.get(__response__, 'state'),
691
712
  storage_volume_performance_mode=pulumi.get(__response__, 'storage_volume_performance_mode'),
692
713
  subnet_id=pulumi.get(__response__, 'subnet_id'),
714
+ subscription_id=pulumi.get(__response__, 'subscription_id'),
693
715
  time_created=pulumi.get(__response__, 'time_created'),
694
716
  time_zone=pulumi.get(__response__, 'time_zone'),
695
717
  transport_type=pulumi.get(__response__, 'transport_type')))
@@ -200,7 +200,7 @@ class GetExadbVmClusterResult:
200
200
  @pulumi.getter(name="clusterPlacementGroupId")
201
201
  def cluster_placement_group_id(self) -> _builtins.str:
202
202
  """
203
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
203
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
204
204
  """
205
205
  return pulumi.get(self, "cluster_placement_group_id")
206
206
 
@@ -58,7 +58,7 @@ class GetExadbVmClustersResult:
58
58
  @pulumi.getter(name="clusterPlacementGroupId")
59
59
  def cluster_placement_group_id(self) -> Optional[_builtins.str]:
60
60
  """
61
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
61
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
62
62
  """
63
63
  return pulumi.get(self, "cluster_placement_group_id")
64
64
 
@@ -134,7 +134,7 @@ class GetExascaleDbStorageVaultResult:
134
134
  @pulumi.getter(name="clusterPlacementGroupId")
135
135
  def cluster_placement_group_id(self) -> _builtins.str:
136
136
  """
137
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
137
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
138
138
  """
139
139
  return pulumi.get(self, "cluster_placement_group_id")
140
140
 
@@ -83,7 +83,7 @@ class GetExascaleDbStorageVaultsResult:
83
83
  @pulumi.getter(name="clusterPlacementGroupId")
84
84
  def cluster_placement_group_id(self) -> Optional[_builtins.str]:
85
85
  """
86
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
86
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
87
87
  """
88
88
  return pulumi.get(self, "cluster_placement_group_id")
89
89
 
@@ -25309,6 +25309,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
25309
25309
  :param _builtins.float byol_compute_count_limit: The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
25310
25310
  :param _builtins.str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
25311
25311
  :param Sequence[_builtins.int] clone_table_space_lists: A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
25312
+ :param _builtins.str clone_type: The Autonomous Database clone type.
25312
25313
  :param _builtins.str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
25313
25314
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
25314
25315
  :param _builtins.float compute_count: Compute used by database tools.
@@ -25720,6 +25721,9 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
25720
25721
  @_builtins.property
25721
25722
  @pulumi.getter(name="cloneType")
25722
25723
  def clone_type(self) -> _builtins.str:
25724
+ """
25725
+ The Autonomous Database clone type.
25726
+ """
25723
25727
  return pulumi.get(self, "clone_type")
25724
25728
 
25725
25729
  @_builtins.property
@@ -28087,6 +28091,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
28087
28091
  byol_compute_count_limit: _builtins.float,
28088
28092
  character_set: _builtins.str,
28089
28093
  clone_table_space_lists: Sequence[_builtins.int],
28094
+ clone_type: _builtins.str,
28090
28095
  cluster_placement_group_id: _builtins.str,
28091
28096
  compartment_id: _builtins.str,
28092
28097
  compute_count: _builtins.float,
@@ -28216,6 +28221,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
28216
28221
  :param _builtins.float byol_compute_count_limit: The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
28217
28222
  :param _builtins.str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
28218
28223
  :param Sequence[_builtins.int] clone_table_space_lists: A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
28224
+ :param _builtins.str clone_type: A filter to return only resources that match the given clone type exactly.
28219
28225
  :param _builtins.str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
28220
28226
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
28221
28227
  :param _builtins.float compute_count: Compute used by database tools.
@@ -28352,6 +28358,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
28352
28358
  pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
28353
28359
  pulumi.set(__self__, "character_set", character_set)
28354
28360
  pulumi.set(__self__, "clone_table_space_lists", clone_table_space_lists)
28361
+ pulumi.set(__self__, "clone_type", clone_type)
28355
28362
  pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
28356
28363
  pulumi.set(__self__, "compartment_id", compartment_id)
28357
28364
  pulumi.set(__self__, "compute_count", compute_count)
@@ -28586,6 +28593,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
28586
28593
  """
28587
28594
  return pulumi.get(self, "clone_table_space_lists")
28588
28595
 
28596
+ @_builtins.property
28597
+ @pulumi.getter(name="cloneType")
28598
+ def clone_type(self) -> _builtins.str:
28599
+ """
28600
+ A filter to return only resources that match the given clone type exactly.
28601
+ """
28602
+ return pulumi.get(self, "clone_type")
28603
+
28589
28604
  @_builtins.property
28590
28605
  @pulumi.getter(name="clusterPlacementGroupId")
28591
28606
  def cluster_placement_group_id(self) -> _builtins.str:
@@ -38804,6 +38819,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38804
38819
  apply_rate: _builtins.str,
38805
38820
  availability_domain: _builtins.str,
38806
38821
  backup_network_nsg_ids: Sequence[_builtins.str],
38822
+ cluster_placement_group_id: _builtins.str,
38807
38823
  compute_count: _builtins.int,
38808
38824
  compute_model: _builtins.str,
38809
38825
  cpu_core_count: _builtins.int,
@@ -38846,6 +38862,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38846
38862
  state: _builtins.str,
38847
38863
  storage_volume_performance_mode: _builtins.str,
38848
38864
  subnet_id: _builtins.str,
38865
+ subscription_id: _builtins.str,
38849
38866
  time_created: _builtins.str,
38850
38867
  time_zone: _builtins.str,
38851
38868
  transport_type: _builtins.str):
@@ -38871,6 +38888,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38871
38888
  pulumi.set(__self__, "apply_rate", apply_rate)
38872
38889
  pulumi.set(__self__, "availability_domain", availability_domain)
38873
38890
  pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
38891
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
38874
38892
  pulumi.set(__self__, "compute_count", compute_count)
38875
38893
  pulumi.set(__self__, "compute_model", compute_model)
38876
38894
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
@@ -38913,6 +38931,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38913
38931
  pulumi.set(__self__, "state", state)
38914
38932
  pulumi.set(__self__, "storage_volume_performance_mode", storage_volume_performance_mode)
38915
38933
  pulumi.set(__self__, "subnet_id", subnet_id)
38934
+ pulumi.set(__self__, "subscription_id", subscription_id)
38916
38935
  pulumi.set(__self__, "time_created", time_created)
38917
38936
  pulumi.set(__self__, "time_zone", time_zone)
38918
38937
  pulumi.set(__self__, "transport_type", transport_type)
@@ -38943,6 +38962,11 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38943
38962
  def backup_network_nsg_ids(self) -> Sequence[_builtins.str]:
38944
38963
  return pulumi.get(self, "backup_network_nsg_ids")
38945
38964
 
38965
+ @_builtins.property
38966
+ @pulumi.getter(name="clusterPlacementGroupId")
38967
+ def cluster_placement_group_id(self) -> _builtins.str:
38968
+ return pulumi.get(self, "cluster_placement_group_id")
38969
+
38946
38970
  @_builtins.property
38947
38971
  @pulumi.getter(name="computeCount")
38948
38972
  def compute_count(self) -> _builtins.int:
@@ -39189,6 +39213,11 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
39189
39213
  def subnet_id(self) -> _builtins.str:
39190
39214
  return pulumi.get(self, "subnet_id")
39191
39215
 
39216
+ @_builtins.property
39217
+ @pulumi.getter(name="subscriptionId")
39218
+ def subscription_id(self) -> _builtins.str:
39219
+ return pulumi.get(self, "subscription_id")
39220
+
39192
39221
  @_builtins.property
39193
39222
  @pulumi.getter(name="timeCreated")
39194
39223
  def time_created(self) -> _builtins.str:
@@ -47922,6 +47951,7 @@ class GetDbSystemsDbSystemResult(dict):
47922
47951
  backup_network_nsg_ids: Sequence[_builtins.str],
47923
47952
  backup_subnet_id: _builtins.str,
47924
47953
  cluster_name: _builtins.str,
47954
+ cluster_placement_group_id: _builtins.str,
47925
47955
  compartment_id: _builtins.str,
47926
47956
  compute_count: _builtins.int,
47927
47957
  compute_model: _builtins.str,
@@ -47972,6 +48002,7 @@ class GetDbSystemsDbSystemResult(dict):
47972
48002
  state: _builtins.str,
47973
48003
  storage_volume_performance_mode: _builtins.str,
47974
48004
  subnet_id: _builtins.str,
48005
+ subscription_id: _builtins.str,
47975
48006
  system_tags: Mapping[str, _builtins.str],
47976
48007
  time_created: _builtins.str,
47977
48008
  time_zone: _builtins.str,
@@ -47984,6 +48015,7 @@ class GetDbSystemsDbSystemResult(dict):
47984
48015
  :param Sequence[_builtins.str] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
47985
48016
  :param _builtins.str backup_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
47986
48017
  :param _builtins.str cluster_name: The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
48018
+ :param _builtins.str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
47987
48019
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
47988
48020
  :param _builtins.int compute_count: The number of compute servers for the DB system.
47989
48021
  :param _builtins.str compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
@@ -48030,6 +48062,7 @@ class GetDbSystemsDbSystemResult(dict):
48030
48062
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
48031
48063
  :param _builtins.str storage_volume_performance_mode: The block storage volume performance level. Valid values are `BALANCED` and `HIGH_PERFORMANCE`. See [Block Volume Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm) for more information.
48032
48064
  :param _builtins.str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the DB system is associated with.
48065
+ :param _builtins.str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
48033
48066
  :param Mapping[str, _builtins.str] system_tags: System 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).
48034
48067
  :param _builtins.str time_created: The date and time the DB system was created.
48035
48068
  :param _builtins.str time_zone: The time zone of the DB system. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
@@ -48042,6 +48075,7 @@ class GetDbSystemsDbSystemResult(dict):
48042
48075
  pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
48043
48076
  pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
48044
48077
  pulumi.set(__self__, "cluster_name", cluster_name)
48078
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
48045
48079
  pulumi.set(__self__, "compartment_id", compartment_id)
48046
48080
  pulumi.set(__self__, "compute_count", compute_count)
48047
48081
  pulumi.set(__self__, "compute_model", compute_model)
@@ -48092,6 +48126,7 @@ class GetDbSystemsDbSystemResult(dict):
48092
48126
  pulumi.set(__self__, "state", state)
48093
48127
  pulumi.set(__self__, "storage_volume_performance_mode", storage_volume_performance_mode)
48094
48128
  pulumi.set(__self__, "subnet_id", subnet_id)
48129
+ pulumi.set(__self__, "subscription_id", subscription_id)
48095
48130
  pulumi.set(__self__, "system_tags", system_tags)
48096
48131
  pulumi.set(__self__, "time_created", time_created)
48097
48132
  pulumi.set(__self__, "time_zone", time_zone)
@@ -48132,6 +48167,14 @@ class GetDbSystemsDbSystemResult(dict):
48132
48167
  """
48133
48168
  return pulumi.get(self, "cluster_name")
48134
48169
 
48170
+ @_builtins.property
48171
+ @pulumi.getter(name="clusterPlacementGroupId")
48172
+ def cluster_placement_group_id(self) -> _builtins.str:
48173
+ """
48174
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure or Db System.
48175
+ """
48176
+ return pulumi.get(self, "cluster_placement_group_id")
48177
+
48135
48178
  @_builtins.property
48136
48179
  @pulumi.getter(name="compartmentId")
48137
48180
  def compartment_id(self) -> _builtins.str:
@@ -48514,6 +48557,14 @@ class GetDbSystemsDbSystemResult(dict):
48514
48557
  """
48515
48558
  return pulumi.get(self, "subnet_id")
48516
48559
 
48560
+ @_builtins.property
48561
+ @pulumi.getter(name="subscriptionId")
48562
+ def subscription_id(self) -> _builtins.str:
48563
+ """
48564
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
48565
+ """
48566
+ return pulumi.get(self, "subscription_id")
48567
+
48517
48568
  @_builtins.property
48518
48569
  @pulumi.getter(name="systemTags")
48519
48570
  def system_tags(self) -> Mapping[str, _builtins.str]:
@@ -69,7 +69,7 @@ if not MYPY:
69
69
  class ExportExportOptionArgsDict(TypedDict):
70
70
  source: pulumi.Input[_builtins.str]
71
71
  """
72
- (Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
72
+ (Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
73
73
 
74
74
  **Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
75
75
  """
@@ -116,7 +116,7 @@ class ExportExportOptionArgs:
116
116
  is_anonymous_access_allowed: Optional[pulumi.Input[_builtins.bool]] = None,
117
117
  require_privileged_source_port: Optional[pulumi.Input[_builtins.bool]] = None):
118
118
  """
119
- :param pulumi.Input[_builtins.str] source: (Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
119
+ :param pulumi.Input[_builtins.str] source: (Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
120
120
 
121
121
  **Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
122
122
  :param pulumi.Input[_builtins.str] access: (Updatable) Type of access to grant clients using the file system through this export. If unspecified defaults to `READ_WRITE`.
@@ -147,7 +147,7 @@ class ExportExportOptionArgs:
147
147
  @pulumi.getter
148
148
  def source(self) -> pulumi.Input[_builtins.str]:
149
149
  """
150
- (Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
150
+ (Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
151
151
 
152
152
  **Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
153
153
  """
@@ -52,11 +52,7 @@ class MountTargetArgs:
52
52
 
53
53
  Note:
54
54
 
55
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
56
-
57
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
58
-
59
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
55
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
60
56
 
61
57
  Example: `files-1`
62
58
  :param pulumi.Input[_builtins.str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
@@ -180,11 +176,7 @@ class MountTargetArgs:
180
176
 
181
177
  Note:
182
178
 
183
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
184
-
185
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
186
-
187
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
179
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
188
180
 
189
181
  Example: `files-1`
190
182
  """
@@ -308,7 +300,6 @@ class _MountTargetState:
308
300
  ldap_idmap: Optional[pulumi.Input['MountTargetLdapIdmapArgs']] = None,
309
301
  lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
310
302
  locks: Optional[pulumi.Input[Sequence[pulumi.Input['MountTargetLockArgs']]]] = None,
311
- mount_target_ipv6ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
312
303
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
313
304
  observed_throughput: Optional[pulumi.Input[_builtins.str]] = None,
314
305
  private_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
@@ -331,11 +322,7 @@ class _MountTargetState:
331
322
 
332
323
  Note:
333
324
 
334
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
335
-
336
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
337
-
338
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
325
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
339
326
 
340
327
  Example: `files-1`
341
328
  :param pulumi.Input[_builtins.str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
@@ -345,7 +332,6 @@ class _MountTargetState:
345
332
  :param pulumi.Input['MountTargetLdapIdmapArgs'] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
346
333
  :param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current 'lifecycleState'.
347
334
  :param pulumi.Input[Sequence[pulumi.Input['MountTargetLockArgs']]] locks: Locks associated with this resource.
348
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] mount_target_ipv6ids: The OCIDs of the IPv6 addresses associated with this mount target.
349
335
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
350
336
  :param pulumi.Input[_builtins.str] observed_throughput: Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
351
337
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
@@ -389,8 +375,6 @@ class _MountTargetState:
389
375
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
390
376
  if locks is not None:
391
377
  pulumi.set(__self__, "locks", locks)
392
- if mount_target_ipv6ids is not None:
393
- pulumi.set(__self__, "mount_target_ipv6ids", mount_target_ipv6ids)
394
378
  if nsg_ids is not None:
395
379
  pulumi.set(__self__, "nsg_ids", nsg_ids)
396
380
  if observed_throughput is not None:
@@ -492,11 +476,7 @@ class _MountTargetState:
492
476
 
493
477
  Note:
494
478
 
495
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
496
-
497
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
498
-
499
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
479
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
500
480
 
501
481
  Example: `files-1`
502
482
  """
@@ -590,18 +570,6 @@ class _MountTargetState:
590
570
  def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MountTargetLockArgs']]]]):
591
571
  pulumi.set(self, "locks", value)
592
572
 
593
- @_builtins.property
594
- @pulumi.getter(name="mountTargetIpv6ids")
595
- def mount_target_ipv6ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
596
- """
597
- The OCIDs of the IPv6 addresses associated with this mount target.
598
- """
599
- return pulumi.get(self, "mount_target_ipv6ids")
600
-
601
- @mount_target_ipv6ids.setter
602
- def mount_target_ipv6ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
603
- pulumi.set(self, "mount_target_ipv6ids", value)
604
-
605
573
  @_builtins.property
606
574
  @pulumi.getter(name="nsgIds")
607
575
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
@@ -852,11 +820,7 @@ class MountTarget(pulumi.CustomResource):
852
820
 
853
821
  Note:
854
822
 
855
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
856
-
857
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
858
-
859
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
823
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
860
824
 
861
825
  Example: `files-1`
862
826
  :param pulumi.Input[_builtins.str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
@@ -1033,7 +997,6 @@ class MountTarget(pulumi.CustomResource):
1033
997
  __props__.__dict__["subnet_id"] = subnet_id
1034
998
  __props__.__dict__["export_set_id"] = None
1035
999
  __props__.__dict__["lifecycle_details"] = None
1036
- __props__.__dict__["mount_target_ipv6ids"] = None
1037
1000
  __props__.__dict__["observed_throughput"] = None
1038
1001
  __props__.__dict__["private_ip_ids"] = None
1039
1002
  __props__.__dict__["reserved_storage_capacity"] = None
@@ -1065,7 +1028,6 @@ class MountTarget(pulumi.CustomResource):
1065
1028
  ldap_idmap: Optional[pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']]] = None,
1066
1029
  lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
1067
1030
  locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MountTargetLockArgs', 'MountTargetLockArgsDict']]]]] = None,
1068
- mount_target_ipv6ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1069
1031
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1070
1032
  observed_throughput: Optional[pulumi.Input[_builtins.str]] = None,
1071
1033
  private_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
@@ -1093,11 +1055,7 @@ class MountTarget(pulumi.CustomResource):
1093
1055
 
1094
1056
  Note:
1095
1057
 
1096
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
1097
-
1098
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
1099
-
1100
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
1058
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
1101
1059
 
1102
1060
  Example: `files-1`
1103
1061
  :param pulumi.Input[_builtins.str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
@@ -1107,7 +1065,6 @@ class MountTarget(pulumi.CustomResource):
1107
1065
  :param pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
1108
1066
  :param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current 'lifecycleState'.
1109
1067
  :param pulumi.Input[Sequence[pulumi.Input[Union['MountTargetLockArgs', 'MountTargetLockArgsDict']]]] locks: Locks associated with this resource.
1110
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] mount_target_ipv6ids: The OCIDs of the IPv6 addresses associated with this mount target.
1111
1068
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
1112
1069
  :param pulumi.Input[_builtins.str] observed_throughput: Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
1113
1070
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
@@ -1141,7 +1098,6 @@ class MountTarget(pulumi.CustomResource):
1141
1098
  __props__.__dict__["ldap_idmap"] = ldap_idmap
1142
1099
  __props__.__dict__["lifecycle_details"] = lifecycle_details
1143
1100
  __props__.__dict__["locks"] = locks
1144
- __props__.__dict__["mount_target_ipv6ids"] = mount_target_ipv6ids
1145
1101
  __props__.__dict__["nsg_ids"] = nsg_ids
1146
1102
  __props__.__dict__["observed_throughput"] = observed_throughput
1147
1103
  __props__.__dict__["private_ip_ids"] = private_ip_ids
@@ -1210,11 +1166,7 @@ class MountTarget(pulumi.CustomResource):
1210
1166
 
1211
1167
  Note:
1212
1168
 
1213
- If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
1214
-
1215
- If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
1216
-
1217
- For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
1169
+ This attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value. For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
1218
1170
 
1219
1171
  Example: `files-1`
1220
1172
  """
@@ -1276,14 +1228,6 @@ class MountTarget(pulumi.CustomResource):
1276
1228
  """
1277
1229
  return pulumi.get(self, "locks")
1278
1230
 
1279
- @_builtins.property
1280
- @pulumi.getter(name="mountTargetIpv6ids")
1281
- def mount_target_ipv6ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
1282
- """
1283
- The OCIDs of the IPv6 addresses associated with this mount target.
1284
- """
1285
- return pulumi.get(self, "mount_target_ipv6ids")
1286
-
1287
1231
  @_builtins.property
1288
1232
  @pulumi.getter(name="nsgIds")
1289
1233
  def nsg_ids(self) -> pulumi.Output[Sequence[_builtins.str]]: