pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 (119) hide show
  1. pulumi_oci/__init__.py +38 -86
  2. pulumi_oci/announcementsservice/__init__.py +0 -1
  3. pulumi_oci/announcementsservice/_inputs.py +6 -46
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/outputs.py +18 -195
  7. pulumi_oci/bigdataservice/_inputs.py +49 -1
  8. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  10. pulumi_oci/bigdataservice/outputs.py +132 -3
  11. pulumi_oci/database/_inputs.py +0 -32
  12. pulumi_oci/database/autonomous_database.py +0 -28
  13. pulumi_oci/database/data_guard_association.py +0 -49
  14. pulumi_oci/database/get_autonomous_database.py +1 -14
  15. pulumi_oci/database/get_autonomous_databases.py +95 -32
  16. pulumi_oci/database/get_data_guard_association.py +1 -11
  17. pulumi_oci/database/outputs.py +42 -163
  18. pulumi_oci/databasemanagement/__init__.py +0 -1
  19. pulumi_oci/databasemanagement/_inputs.py +12 -875
  20. pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
  21. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
  22. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  23. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
  24. pulumi_oci/databasemanagement/get_managed_database.py +3 -47
  25. pulumi_oci/databasemanagement/managed_database.py +0 -56
  26. pulumi_oci/databasemanagement/outputs.py +5553 -7487
  27. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
  28. pulumi_oci/datasafe/__init__.py +0 -6
  29. pulumi_oci/datasafe/_inputs.py +0 -18
  30. pulumi_oci/datasafe/database_security_config_management.py +2 -244
  31. pulumi_oci/datasafe/outputs.py +0 -18
  32. pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
  33. pulumi_oci/datasafe/security_policy_management.py +2 -172
  34. pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
  35. pulumi_oci/filestorage/mount_target.py +38 -143
  36. pulumi_oci/filestorage/outputs.py +0 -44
  37. pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
  38. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  39. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  40. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  44. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  45. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  46. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  47. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  48. pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
  49. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  50. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  51. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  52. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  53. pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
  54. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  55. pulumi_oci/identity/domains_group.py +0 -34
  56. pulumi_oci/identity/domains_user.py +0 -34
  57. pulumi_oci/identity/get_domains_group.py +1 -11
  58. pulumi_oci/identity/get_domains_user.py +1 -11
  59. pulumi_oci/identity/outputs.py +0 -14
  60. pulumi_oci/kms/_inputs.py +10 -10
  61. pulumi_oci/kms/get_vault.py +1 -14
  62. pulumi_oci/kms/outputs.py +30 -41
  63. pulumi_oci/kms/vault.py +0 -28
  64. pulumi_oci/loadbalancer/load_balancer.py +0 -224
  65. pulumi_oci/loadbalancer/outputs.py +0 -22
  66. pulumi_oci/mysql/_inputs.py +0 -23
  67. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  68. pulumi_oci/mysql/mysql_db_system.py +0 -53
  69. pulumi_oci/mysql/outputs.py +6 -74
  70. pulumi_oci/ocvp/get_cluster.py +2 -2
  71. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  72. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
  73. pulumi_oci/ocvp/outputs.py +2 -2
  74. pulumi_oci/pulumi-plugin.json +1 -1
  75. pulumi_oci/recoverymod/_inputs.py +8 -0
  76. pulumi_oci/recoverymod/get_protected_database.py +1 -14
  77. pulumi_oci/recoverymod/get_protection_policy.py +1 -14
  78. pulumi_oci/recoverymod/outputs.py +8 -22
  79. pulumi_oci/recoverymod/protected_database.py +3 -80
  80. pulumi_oci/recoverymod/protection_policy.py +0 -49
  81. pulumi_oci/waf/_inputs.py +16 -29
  82. pulumi_oci/waf/outputs.py +10 -33
  83. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
  84. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
  85. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
  86. pulumi_oci/announcementsservice/get_services.py +0 -173
  87. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
  88. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  89. pulumi_oci/datasafe/masking_report_management.py +0 -693
  90. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  91. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  92. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
  93. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
  94. pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
  95. pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
  96. pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
  97. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
  98. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
  99. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
  100. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
  101. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
  102. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
  103. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
  104. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
  105. pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
  106. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
  107. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
  108. pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
  109. pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
  110. pulumi_oci/desktops/_inputs.py +0 -483
  111. pulumi_oci/desktops/desktop_pool.py +0 -1348
  112. pulumi_oci/desktops/get_desktop.py +0 -223
  113. pulumi_oci/desktops/get_desktop_pool.py +0 -418
  114. pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
  115. pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
  116. pulumi_oci/desktops/get_desktop_pools.py +0 -203
  117. pulumi_oci/desktops/get_desktops.py +0 -214
  118. pulumi_oci/desktops/outputs.py +0 -1738
  119. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -27,8 +27,7 @@ class MountTargetArgs:
27
27
  ip_address: Optional[pulumi.Input[str]] = None,
28
28
  kerberos: Optional[pulumi.Input['MountTargetKerberosArgs']] = None,
29
29
  ldap_idmap: Optional[pulumi.Input['MountTargetLdapIdmapArgs']] = None,
30
- nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
- requested_throughput: Optional[pulumi.Input[str]] = None):
30
+ nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
32
31
  """
33
32
  The set of arguments for constructing a MountTarget resource.
34
33
  :param pulumi.Input[str] availability_domain: The availability domain in which to create the mount target. Example: `Uocm:PHX-AD-1`
@@ -49,11 +48,14 @@ class MountTargetArgs:
49
48
 
50
49
  Example: `files-1`
51
50
  :param pulumi.Input[str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
52
- :param pulumi.Input[str] ip_address: A private IP address of your choice. 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. Example: `10.0.3.3`
51
+ :param pulumi.Input[str] ip_address: A private IP address of your choice. 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.
52
+
53
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
54
+
55
+ Example: `10.0.3.3`
53
56
  :param pulumi.Input['MountTargetKerberosArgs'] kerberos: (Updatable) Kerberos details needed to create configuration.
54
57
  :param pulumi.Input['MountTargetLdapIdmapArgs'] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
55
58
  :param pulumi.Input[Sequence[pulumi.Input[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).
56
- :param pulumi.Input[str] requested_throughput: (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
57
59
  """
58
60
  pulumi.set(__self__, "availability_domain", availability_domain)
59
61
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -76,8 +78,6 @@ class MountTargetArgs:
76
78
  pulumi.set(__self__, "ldap_idmap", ldap_idmap)
77
79
  if nsg_ids is not None:
78
80
  pulumi.set(__self__, "nsg_ids", nsg_ids)
79
- if requested_throughput is not None:
80
- pulumi.set(__self__, "requested_throughput", requested_throughput)
81
81
 
82
82
  @property
83
83
  @pulumi.getter(name="availabilityDomain")
@@ -189,7 +189,11 @@ class MountTargetArgs:
189
189
  @pulumi.getter(name="ipAddress")
190
190
  def ip_address(self) -> Optional[pulumi.Input[str]]:
191
191
  """
192
- A private IP address of your choice. 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. Example: `10.0.3.3`
192
+ A private IP address of your choice. 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.
193
+
194
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
195
+
196
+ Example: `10.0.3.3`
193
197
  """
194
198
  return pulumi.get(self, "ip_address")
195
199
 
@@ -233,18 +237,6 @@ class MountTargetArgs:
233
237
  def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
234
238
  pulumi.set(self, "nsg_ids", value)
235
239
 
236
- @property
237
- @pulumi.getter(name="requestedThroughput")
238
- def requested_throughput(self) -> Optional[pulumi.Input[str]]:
239
- """
240
- (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
241
- """
242
- return pulumi.get(self, "requested_throughput")
243
-
244
- @requested_throughput.setter
245
- def requested_throughput(self, value: Optional[pulumi.Input[str]]):
246
- pulumi.set(self, "requested_throughput", value)
247
-
248
240
 
249
241
  @pulumi.input_type
250
242
  class _MountTargetState:
@@ -262,13 +254,9 @@ class _MountTargetState:
262
254
  ldap_idmap: Optional[pulumi.Input['MountTargetLdapIdmapArgs']] = None,
263
255
  lifecycle_details: Optional[pulumi.Input[str]] = None,
264
256
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
265
- observed_throughput: Optional[pulumi.Input[str]] = None,
266
257
  private_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
267
- requested_throughput: Optional[pulumi.Input[str]] = None,
268
- reserved_storage_capacity: Optional[pulumi.Input[str]] = None,
269
258
  state: Optional[pulumi.Input[str]] = None,
270
259
  subnet_id: Optional[pulumi.Input[str]] = None,
271
- time_billing_cycle_end: Optional[pulumi.Input[str]] = None,
272
260
  time_created: Optional[pulumi.Input[str]] = None):
273
261
  """
274
262
  Input properties used for looking up and filtering MountTarget resources.
@@ -286,22 +274,22 @@ class _MountTargetState:
286
274
 
287
275
  Example: `files-1`
288
276
  :param pulumi.Input[str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
289
- :param pulumi.Input[str] ip_address: A private IP address of your choice. 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. Example: `10.0.3.3`
277
+ :param pulumi.Input[str] ip_address: A private IP address of your choice. 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.
278
+
279
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
280
+
281
+ Example: `10.0.3.3`
290
282
  :param pulumi.Input['MountTargetKerberosArgs'] kerberos: (Updatable) Kerberos details needed to create configuration.
291
283
  :param pulumi.Input['MountTargetLdapIdmapArgs'] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
292
284
  :param pulumi.Input[str] lifecycle_details: Additional information about the current 'lifecycleState'.
293
285
  :param pulumi.Input[Sequence[pulumi.Input[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).
294
- :param pulumi.Input[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).
295
286
  :param pulumi.Input[Sequence[pulumi.Input[str]]] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
296
- :param pulumi.Input[str] requested_throughput: (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
297
- :param pulumi.Input[str] reserved_storage_capacity: * Reserved capacity (GB) associated with this mount target. Reserved capacity depends on observedThroughput value of mount target. Value is listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
298
287
  :param pulumi.Input[str] state: The current state of the mount target.
299
288
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in which to create the mount target.
300
289
 
301
290
 
302
291
  ** IMPORTANT **
303
292
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
304
- :param pulumi.Input[str] time_billing_cycle_end: The date and time the mount target current billing cycle will end, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days. Example: `2016-08-25T21:10:29.600Z`
305
293
  :param pulumi.Input[str] time_created: The date and time the mount target was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
306
294
  """
307
295
  if availability_domain is not None:
@@ -330,20 +318,12 @@ class _MountTargetState:
330
318
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
331
319
  if nsg_ids is not None:
332
320
  pulumi.set(__self__, "nsg_ids", nsg_ids)
333
- if observed_throughput is not None:
334
- pulumi.set(__self__, "observed_throughput", observed_throughput)
335
321
  if private_ip_ids is not None:
336
322
  pulumi.set(__self__, "private_ip_ids", private_ip_ids)
337
- if requested_throughput is not None:
338
- pulumi.set(__self__, "requested_throughput", requested_throughput)
339
- if reserved_storage_capacity is not None:
340
- pulumi.set(__self__, "reserved_storage_capacity", reserved_storage_capacity)
341
323
  if state is not None:
342
324
  pulumi.set(__self__, "state", state)
343
325
  if subnet_id is not None:
344
326
  pulumi.set(__self__, "subnet_id", subnet_id)
345
- if time_billing_cycle_end is not None:
346
- pulumi.set(__self__, "time_billing_cycle_end", time_billing_cycle_end)
347
327
  if time_created is not None:
348
328
  pulumi.set(__self__, "time_created", time_created)
349
329
 
@@ -453,7 +433,11 @@ class _MountTargetState:
453
433
  @pulumi.getter(name="ipAddress")
454
434
  def ip_address(self) -> Optional[pulumi.Input[str]]:
455
435
  """
456
- A private IP address of your choice. 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. Example: `10.0.3.3`
436
+ A private IP address of your choice. 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.
437
+
438
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
439
+
440
+ Example: `10.0.3.3`
457
441
  """
458
442
  return pulumi.get(self, "ip_address")
459
443
 
@@ -509,18 +493,6 @@ class _MountTargetState:
509
493
  def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
510
494
  pulumi.set(self, "nsg_ids", value)
511
495
 
512
- @property
513
- @pulumi.getter(name="observedThroughput")
514
- def observed_throughput(self) -> Optional[pulumi.Input[str]]:
515
- """
516
- 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).
517
- """
518
- return pulumi.get(self, "observed_throughput")
519
-
520
- @observed_throughput.setter
521
- def observed_throughput(self, value: Optional[pulumi.Input[str]]):
522
- pulumi.set(self, "observed_throughput", value)
523
-
524
496
  @property
525
497
  @pulumi.getter(name="privateIpIds")
526
498
  def private_ip_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -533,30 +505,6 @@ class _MountTargetState:
533
505
  def private_ip_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
534
506
  pulumi.set(self, "private_ip_ids", value)
535
507
 
536
- @property
537
- @pulumi.getter(name="requestedThroughput")
538
- def requested_throughput(self) -> Optional[pulumi.Input[str]]:
539
- """
540
- (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
541
- """
542
- return pulumi.get(self, "requested_throughput")
543
-
544
- @requested_throughput.setter
545
- def requested_throughput(self, value: Optional[pulumi.Input[str]]):
546
- pulumi.set(self, "requested_throughput", value)
547
-
548
- @property
549
- @pulumi.getter(name="reservedStorageCapacity")
550
- def reserved_storage_capacity(self) -> Optional[pulumi.Input[str]]:
551
- """
552
- * Reserved capacity (GB) associated with this mount target. Reserved capacity depends on observedThroughput value of mount target. Value is listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
553
- """
554
- return pulumi.get(self, "reserved_storage_capacity")
555
-
556
- @reserved_storage_capacity.setter
557
- def reserved_storage_capacity(self, value: Optional[pulumi.Input[str]]):
558
- pulumi.set(self, "reserved_storage_capacity", value)
559
-
560
508
  @property
561
509
  @pulumi.getter
562
510
  def state(self) -> Optional[pulumi.Input[str]]:
@@ -585,18 +533,6 @@ class _MountTargetState:
585
533
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
586
534
  pulumi.set(self, "subnet_id", value)
587
535
 
588
- @property
589
- @pulumi.getter(name="timeBillingCycleEnd")
590
- def time_billing_cycle_end(self) -> Optional[pulumi.Input[str]]:
591
- """
592
- The date and time the mount target current billing cycle will end, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days. Example: `2016-08-25T21:10:29.600Z`
593
- """
594
- return pulumi.get(self, "time_billing_cycle_end")
595
-
596
- @time_billing_cycle_end.setter
597
- def time_billing_cycle_end(self, value: Optional[pulumi.Input[str]]):
598
- pulumi.set(self, "time_billing_cycle_end", value)
599
-
600
536
  @property
601
537
  @pulumi.getter(name="timeCreated")
602
538
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -626,7 +562,6 @@ class MountTarget(pulumi.CustomResource):
626
562
  kerberos: Optional[pulumi.Input[Union['MountTargetKerberosArgs', 'MountTargetKerberosArgsDict']]] = None,
627
563
  ldap_idmap: Optional[pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']]] = None,
628
564
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
629
- requested_throughput: Optional[pulumi.Input[str]] = None,
630
565
  subnet_id: Optional[pulumi.Input[str]] = None,
631
566
  __props__=None):
632
567
  """
@@ -702,8 +637,7 @@ class MountTarget(pulumi.CustomResource):
702
637
  "schema_type": mount_target_ldap_idmap_schema_type,
703
638
  "user_search_base": mount_target_ldap_idmap_user_search_base,
704
639
  },
705
- nsg_ids=mount_target_nsg_ids,
706
- requested_throughput=mount_target_requested_throughput)
640
+ nsg_ids=mount_target_nsg_ids)
707
641
  ```
708
642
 
709
643
  ## Import
@@ -729,11 +663,14 @@ class MountTarget(pulumi.CustomResource):
729
663
 
730
664
  Example: `files-1`
731
665
  :param pulumi.Input[str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
732
- :param pulumi.Input[str] ip_address: A private IP address of your choice. 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. Example: `10.0.3.3`
666
+ :param pulumi.Input[str] ip_address: A private IP address of your choice. 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.
667
+
668
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
669
+
670
+ Example: `10.0.3.3`
733
671
  :param pulumi.Input[Union['MountTargetKerberosArgs', 'MountTargetKerberosArgsDict']] kerberos: (Updatable) Kerberos details needed to create configuration.
734
672
  :param pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
735
673
  :param pulumi.Input[Sequence[pulumi.Input[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).
736
- :param pulumi.Input[str] requested_throughput: (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
737
674
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in which to create the mount target.
738
675
 
739
676
 
@@ -819,8 +756,7 @@ class MountTarget(pulumi.CustomResource):
819
756
  "schema_type": mount_target_ldap_idmap_schema_type,
820
757
  "user_search_base": mount_target_ldap_idmap_user_search_base,
821
758
  },
822
- nsg_ids=mount_target_nsg_ids,
823
- requested_throughput=mount_target_requested_throughput)
759
+ nsg_ids=mount_target_nsg_ids)
824
760
  ```
825
761
 
826
762
  ## Import
@@ -857,7 +793,6 @@ class MountTarget(pulumi.CustomResource):
857
793
  kerberos: Optional[pulumi.Input[Union['MountTargetKerberosArgs', 'MountTargetKerberosArgsDict']]] = None,
858
794
  ldap_idmap: Optional[pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']]] = None,
859
795
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
860
- requested_throughput: Optional[pulumi.Input[str]] = None,
861
796
  subnet_id: Optional[pulumi.Input[str]] = None,
862
797
  __props__=None):
863
798
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -883,17 +818,13 @@ class MountTarget(pulumi.CustomResource):
883
818
  __props__.__dict__["kerberos"] = kerberos
884
819
  __props__.__dict__["ldap_idmap"] = ldap_idmap
885
820
  __props__.__dict__["nsg_ids"] = nsg_ids
886
- __props__.__dict__["requested_throughput"] = requested_throughput
887
821
  if subnet_id is None and not opts.urn:
888
822
  raise TypeError("Missing required property 'subnet_id'")
889
823
  __props__.__dict__["subnet_id"] = subnet_id
890
824
  __props__.__dict__["export_set_id"] = None
891
825
  __props__.__dict__["lifecycle_details"] = None
892
- __props__.__dict__["observed_throughput"] = None
893
826
  __props__.__dict__["private_ip_ids"] = None
894
- __props__.__dict__["reserved_storage_capacity"] = None
895
827
  __props__.__dict__["state"] = None
896
- __props__.__dict__["time_billing_cycle_end"] = None
897
828
  __props__.__dict__["time_created"] = None
898
829
  super(MountTarget, __self__).__init__(
899
830
  'oci:FileStorage/mountTarget:MountTarget',
@@ -918,13 +849,9 @@ class MountTarget(pulumi.CustomResource):
918
849
  ldap_idmap: Optional[pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']]] = None,
919
850
  lifecycle_details: Optional[pulumi.Input[str]] = None,
920
851
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
921
- observed_throughput: Optional[pulumi.Input[str]] = None,
922
852
  private_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
923
- requested_throughput: Optional[pulumi.Input[str]] = None,
924
- reserved_storage_capacity: Optional[pulumi.Input[str]] = None,
925
853
  state: Optional[pulumi.Input[str]] = None,
926
854
  subnet_id: Optional[pulumi.Input[str]] = None,
927
- time_billing_cycle_end: Optional[pulumi.Input[str]] = None,
928
855
  time_created: Optional[pulumi.Input[str]] = None) -> 'MountTarget':
929
856
  """
930
857
  Get an existing MountTarget resource's state with the given name, id, and optional extra
@@ -947,22 +874,22 @@ class MountTarget(pulumi.CustomResource):
947
874
 
948
875
  Example: `files-1`
949
876
  :param pulumi.Input[str] idmap_type: (Updatable) The method used to map a Unix UID to secondary groups, if any.
950
- :param pulumi.Input[str] ip_address: A private IP address of your choice. 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. Example: `10.0.3.3`
877
+ :param pulumi.Input[str] ip_address: A private IP address of your choice. 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.
878
+
879
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
880
+
881
+ Example: `10.0.3.3`
951
882
  :param pulumi.Input[Union['MountTargetKerberosArgs', 'MountTargetKerberosArgsDict']] kerberos: (Updatable) Kerberos details needed to create configuration.
952
883
  :param pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
953
884
  :param pulumi.Input[str] lifecycle_details: Additional information about the current 'lifecycleState'.
954
885
  :param pulumi.Input[Sequence[pulumi.Input[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).
955
- :param pulumi.Input[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).
956
886
  :param pulumi.Input[Sequence[pulumi.Input[str]]] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
957
- :param pulumi.Input[str] requested_throughput: (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
958
- :param pulumi.Input[str] reserved_storage_capacity: * Reserved capacity (GB) associated with this mount target. Reserved capacity depends on observedThroughput value of mount target. Value is listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
959
887
  :param pulumi.Input[str] state: The current state of the mount target.
960
888
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in which to create the mount target.
961
889
 
962
890
 
963
891
  ** IMPORTANT **
964
892
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
965
- :param pulumi.Input[str] time_billing_cycle_end: The date and time the mount target current billing cycle will end, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days. Example: `2016-08-25T21:10:29.600Z`
966
893
  :param pulumi.Input[str] time_created: The date and time the mount target was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
967
894
  """
968
895
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -982,13 +909,9 @@ class MountTarget(pulumi.CustomResource):
982
909
  __props__.__dict__["ldap_idmap"] = ldap_idmap
983
910
  __props__.__dict__["lifecycle_details"] = lifecycle_details
984
911
  __props__.__dict__["nsg_ids"] = nsg_ids
985
- __props__.__dict__["observed_throughput"] = observed_throughput
986
912
  __props__.__dict__["private_ip_ids"] = private_ip_ids
987
- __props__.__dict__["requested_throughput"] = requested_throughput
988
- __props__.__dict__["reserved_storage_capacity"] = reserved_storage_capacity
989
913
  __props__.__dict__["state"] = state
990
914
  __props__.__dict__["subnet_id"] = subnet_id
991
- __props__.__dict__["time_billing_cycle_end"] = time_billing_cycle_end
992
915
  __props__.__dict__["time_created"] = time_created
993
916
  return MountTarget(resource_name, opts=opts, __props__=__props__)
994
917
 
@@ -1066,7 +989,11 @@ class MountTarget(pulumi.CustomResource):
1066
989
  @pulumi.getter(name="ipAddress")
1067
990
  def ip_address(self) -> pulumi.Output[str]:
1068
991
  """
1069
- A private IP address of your choice. 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. Example: `10.0.3.3`
992
+ A private IP address of your choice. 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.
993
+
994
+ Note: 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 `ipAddress`, 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 `ipAddress` value.
995
+
996
+ Example: `10.0.3.3`
1070
997
  """
1071
998
  return pulumi.get(self, "ip_address")
1072
999
 
@@ -1102,14 +1029,6 @@ class MountTarget(pulumi.CustomResource):
1102
1029
  """
1103
1030
  return pulumi.get(self, "nsg_ids")
1104
1031
 
1105
- @property
1106
- @pulumi.getter(name="observedThroughput")
1107
- def observed_throughput(self) -> pulumi.Output[str]:
1108
- """
1109
- 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).
1110
- """
1111
- return pulumi.get(self, "observed_throughput")
1112
-
1113
1032
  @property
1114
1033
  @pulumi.getter(name="privateIpIds")
1115
1034
  def private_ip_ids(self) -> pulumi.Output[Sequence[str]]:
@@ -1118,22 +1037,6 @@ class MountTarget(pulumi.CustomResource):
1118
1037
  """
1119
1038
  return pulumi.get(self, "private_ip_ids")
1120
1039
 
1121
- @property
1122
- @pulumi.getter(name="requestedThroughput")
1123
- def requested_throughput(self) -> pulumi.Output[str]:
1124
- """
1125
- (Updatable) Throughput for mount target in Gbps. Currently only 1 Gbps of requestedThroughput is supported during create MountTarget. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
1126
- """
1127
- return pulumi.get(self, "requested_throughput")
1128
-
1129
- @property
1130
- @pulumi.getter(name="reservedStorageCapacity")
1131
- def reserved_storage_capacity(self) -> pulumi.Output[str]:
1132
- """
1133
- * Reserved capacity (GB) associated with this mount target. Reserved capacity depends on observedThroughput value of mount target. Value is listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
1134
- """
1135
- return pulumi.get(self, "reserved_storage_capacity")
1136
-
1137
1040
  @property
1138
1041
  @pulumi.getter
1139
1042
  def state(self) -> pulumi.Output[str]:
@@ -1154,14 +1057,6 @@ class MountTarget(pulumi.CustomResource):
1154
1057
  """
1155
1058
  return pulumi.get(self, "subnet_id")
1156
1059
 
1157
- @property
1158
- @pulumi.getter(name="timeBillingCycleEnd")
1159
- def time_billing_cycle_end(self) -> pulumi.Output[str]:
1160
- """
1161
- The date and time the mount target current billing cycle will end, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days. Example: `2016-08-25T21:10:29.600Z`
1162
- """
1163
- return pulumi.get(self, "time_billing_cycle_end")
1164
-
1165
1060
  @property
1166
1061
  @pulumi.getter(name="timeCreated")
1167
1062
  def time_created(self) -> pulumi.Output[str]:
@@ -1671,13 +1671,9 @@ class GetMountTargetsMountTargetResult(dict):
1671
1671
  ldap_idmaps: Sequence['outputs.GetMountTargetsMountTargetLdapIdmapResult'],
1672
1672
  lifecycle_details: str,
1673
1673
  nsg_ids: Sequence[str],
1674
- observed_throughput: str,
1675
1674
  private_ip_ids: Sequence[str],
1676
- requested_throughput: str,
1677
- reserved_storage_capacity: str,
1678
1675
  state: str,
1679
1676
  subnet_id: str,
1680
- time_billing_cycle_end: str,
1681
1677
  time_created: str):
1682
1678
  """
1683
1679
  :param str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
@@ -1692,13 +1688,9 @@ class GetMountTargetsMountTargetResult(dict):
1692
1688
  :param Sequence['GetMountTargetsMountTargetLdapIdmapArgs'] ldap_idmaps: Mount target details about the LDAP ID mapping configuration.
1693
1689
  :param str lifecycle_details: Additional information about the current 'lifecycleState'.
1694
1690
  :param Sequence[str] nsg_ids: 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).
1695
- :param 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).
1696
1691
  :param Sequence[str] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
1697
- :param str requested_throughput: * New throughput for mount target at the end of billing cycle in Gbps.
1698
- :param str reserved_storage_capacity: * Reserved capacity (GB) associated with this mount target. Reserved capacity depends on observedThroughput value of mount target. Value is listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
1699
1692
  :param str state: Filter results by the specified lifecycle state. Must be a valid state for the resource type.
1700
1693
  :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the mount target is in.
1701
- :param str time_billing_cycle_end: The date and time the mount target current billing cycle will end, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days. Example: `2016-08-25T21:10:29.600Z`
1702
1694
  :param str time_created: The date and time the mount target was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1703
1695
  """
1704
1696
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -1715,13 +1707,9 @@ class GetMountTargetsMountTargetResult(dict):
1715
1707
  pulumi.set(__self__, "ldap_idmaps", ldap_idmaps)
1716
1708
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1717
1709
  pulumi.set(__self__, "nsg_ids", nsg_ids)
1718
- pulumi.set(__self__, "observed_throughput", observed_throughput)
1719
1710
  pulumi.set(__self__, "private_ip_ids", private_ip_ids)
1720
- pulumi.set(__self__, "requested_throughput", requested_throughput)
1721
- pulumi.set(__self__, "reserved_storage_capacity", reserved_storage_capacity)
1722
1711
  pulumi.set(__self__, "state", state)
1723
1712
  pulumi.set(__self__, "subnet_id", subnet_id)
1724
- pulumi.set(__self__, "time_billing_cycle_end", time_billing_cycle_end)
1725
1713
  pulumi.set(__self__, "time_created", time_created)
1726
1714
 
1727
1715
  @property
@@ -1830,14 +1818,6 @@ class GetMountTargetsMountTargetResult(dict):
1830
1818
  """
1831
1819
  return pulumi.get(self, "nsg_ids")
1832
1820
 
1833
- @property
1834
- @pulumi.getter(name="observedThroughput")
1835
- def observed_throughput(self) -> str:
1836
- """
1837
- 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).
1838
- """
1839
- return pulumi.get(self, "observed_throughput")
1840
-
1841
1821
  @property
1842
1822
  @pulumi.getter(name="privateIpIds")
1843
1823
  def private_ip_ids(self) -> Sequence[str]:
@@ -1846,22 +1826,6 @@ class GetMountTargetsMountTargetResult(dict):
1846
1826
  """
1847
1827
  return pulumi.get(self, "private_ip_ids")
1848
1828
 
1849
- @property
1850
- @pulumi.getter(name="requestedThroughput")
1851
- def requested_throughput(self) -> str:
1852
- """
1853
- * New throughput for mount target at the end of billing cycle in Gbps.
1854
- """
1855
- return pulumi.get(self, "requested_throughput")
1856
-
1857
- @property
1858
- @pulumi.getter(name="reservedStorageCapacity")
1859
- def reserved_storage_capacity(self) -> str:
1860
- """
1861
- * Reserved capacity (GB) associated with this mount target. Reserved capacity depends on observedThroughput value of mount target. Value is listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
1862
- """
1863
- return pulumi.get(self, "reserved_storage_capacity")
1864
-
1865
1829
  @property
1866
1830
  @pulumi.getter
1867
1831
  def state(self) -> str:
@@ -1878,14 +1842,6 @@ class GetMountTargetsMountTargetResult(dict):
1878
1842
  """
1879
1843
  return pulumi.get(self, "subnet_id")
1880
1844
 
1881
- @property
1882
- @pulumi.getter(name="timeBillingCycleEnd")
1883
- def time_billing_cycle_end(self) -> str:
1884
- """
1885
- The date and time the mount target current billing cycle will end, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days. Example: `2016-08-25T21:10:29.600Z`
1886
- """
1887
- return pulumi.get(self, "time_billing_cycle_end")
1888
-
1889
1845
  @property
1890
1846
  @pulumi.getter(name="timeCreated")
1891
1847
  def time_created(self) -> str:
@@ -5,12 +5,11 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
- from .desktop_pool import *
9
- from .get_desktop import *
10
- from .get_desktop_pool import *
11
- from .get_desktop_pool_desktops import *
12
- from .get_desktop_pool_volumes import *
13
- from .get_desktop_pools import *
14
- from .get_desktops import *
8
+ from .fsu_collection import *
9
+ from .fsu_cycle import *
10
+ from .get_fsu_collection import *
11
+ from .get_fsu_collections import *
12
+ from .get_fsu_cycle import *
13
+ from .get_fsu_cycles import *
15
14
  from ._inputs import *
16
15
  from . import outputs