pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715383492__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 +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -112,7 +112,6 @@ __all__ = [
112
112
  'ExadataInfrastructureComputeMaintenanceWindowDaysOfWeekArgs',
113
113
  'ExadataInfrastructureComputeMaintenanceWindowMonthArgs',
114
114
  'ExadataInfrastructureContactArgs',
115
- 'ExadataInfrastructureDefinedFileSystemConfigurationArgs',
116
115
  'ExadataInfrastructureMaintenanceWindowArgs',
117
116
  'ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs',
118
117
  'ExadataInfrastructureMaintenanceWindowMonthArgs',
@@ -154,16 +153,13 @@ __all__ = [
154
153
  'PluggableDatabasesRemoteCloneRefreshableCloneConfigArgs',
155
154
  'VmClusterAddVirtualNetworkDataCollectionOptionArgs',
156
155
  'VmClusterAddVirtualNetworkDbServerArgs',
157
- 'VmClusterAddVirtualNetworkFileSystemConfigurationDetailArgs',
158
156
  'VmClusterDataCollectionOptionsArgs',
159
- 'VmClusterFileSystemConfigurationDetailArgs',
160
157
  'VmClusterNetworkDrScanArgs',
161
158
  'VmClusterNetworkScanArgs',
162
159
  'VmClusterNetworkVmNetworkArgs',
163
160
  'VmClusterNetworkVmNetworkNodeArgs',
164
161
  'VmClusterRemoveVirtualMachineDataCollectionOptionArgs',
165
162
  'VmClusterRemoveVirtualMachineDbServerArgs',
166
- 'VmClusterRemoveVirtualMachineFileSystemConfigurationDetailArgs',
167
163
  'GetApplicationVipsFilterArgs',
168
164
  'GetAutonomousCharacterSetsFilterArgs',
169
165
  'GetAutonomousContainerDatabaseDataguardAssociationsFilterArgs',
@@ -8544,77 +8540,6 @@ class ExadataInfrastructureContactArgs:
8544
8540
  pulumi.set(self, "phone_number", value)
8545
8541
 
8546
8542
 
8547
- @pulumi.input_type
8548
- class ExadataInfrastructureDefinedFileSystemConfigurationArgs:
8549
- def __init__(__self__, *,
8550
- is_backup_partition: Optional[pulumi.Input[bool]] = None,
8551
- is_resizable: Optional[pulumi.Input[bool]] = None,
8552
- min_size_gb: Optional[pulumi.Input[int]] = None,
8553
- mount_point: Optional[pulumi.Input[str]] = None):
8554
- """
8555
- :param pulumi.Input[bool] is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
8556
- :param pulumi.Input[bool] is_resizable: If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
8557
- :param pulumi.Input[int] min_size_gb: The minimum size of file system.
8558
- :param pulumi.Input[str] mount_point: The mount point of file system.
8559
- """
8560
- if is_backup_partition is not None:
8561
- pulumi.set(__self__, "is_backup_partition", is_backup_partition)
8562
- if is_resizable is not None:
8563
- pulumi.set(__self__, "is_resizable", is_resizable)
8564
- if min_size_gb is not None:
8565
- pulumi.set(__self__, "min_size_gb", min_size_gb)
8566
- if mount_point is not None:
8567
- pulumi.set(__self__, "mount_point", mount_point)
8568
-
8569
- @property
8570
- @pulumi.getter(name="isBackupPartition")
8571
- def is_backup_partition(self) -> Optional[pulumi.Input[bool]]:
8572
- """
8573
- If true, the file system is used to create a backup prior to Exadata VM OS update.
8574
- """
8575
- return pulumi.get(self, "is_backup_partition")
8576
-
8577
- @is_backup_partition.setter
8578
- def is_backup_partition(self, value: Optional[pulumi.Input[bool]]):
8579
- pulumi.set(self, "is_backup_partition", value)
8580
-
8581
- @property
8582
- @pulumi.getter(name="isResizable")
8583
- def is_resizable(self) -> Optional[pulumi.Input[bool]]:
8584
- """
8585
- If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
8586
- """
8587
- return pulumi.get(self, "is_resizable")
8588
-
8589
- @is_resizable.setter
8590
- def is_resizable(self, value: Optional[pulumi.Input[bool]]):
8591
- pulumi.set(self, "is_resizable", value)
8592
-
8593
- @property
8594
- @pulumi.getter(name="minSizeGb")
8595
- def min_size_gb(self) -> Optional[pulumi.Input[int]]:
8596
- """
8597
- The minimum size of file system.
8598
- """
8599
- return pulumi.get(self, "min_size_gb")
8600
-
8601
- @min_size_gb.setter
8602
- def min_size_gb(self, value: Optional[pulumi.Input[int]]):
8603
- pulumi.set(self, "min_size_gb", value)
8604
-
8605
- @property
8606
- @pulumi.getter(name="mountPoint")
8607
- def mount_point(self) -> Optional[pulumi.Input[str]]:
8608
- """
8609
- The mount point of file system.
8610
- """
8611
- return pulumi.get(self, "mount_point")
8612
-
8613
- @mount_point.setter
8614
- def mount_point(self, value: Optional[pulumi.Input[str]]):
8615
- pulumi.set(self, "mount_point", value)
8616
-
8617
-
8618
8543
  @pulumi.input_type
8619
8544
  class ExadataInfrastructureMaintenanceWindowArgs:
8620
8545
  def __init__(__self__, *,
@@ -10638,45 +10563,6 @@ class VmClusterAddVirtualNetworkDbServerArgs:
10638
10563
  pulumi.set(self, "db_server_id", value)
10639
10564
 
10640
10565
 
10641
- @pulumi.input_type
10642
- class VmClusterAddVirtualNetworkFileSystemConfigurationDetailArgs:
10643
- def __init__(__self__, *,
10644
- file_system_size_gb: Optional[pulumi.Input[int]] = None,
10645
- mount_point: Optional[pulumi.Input[str]] = None):
10646
- """
10647
- :param pulumi.Input[int] file_system_size_gb: The file system size to be allocated in GBs.
10648
- :param pulumi.Input[str] mount_point: The mount point of file system.
10649
- """
10650
- if file_system_size_gb is not None:
10651
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
10652
- if mount_point is not None:
10653
- pulumi.set(__self__, "mount_point", mount_point)
10654
-
10655
- @property
10656
- @pulumi.getter(name="fileSystemSizeGb")
10657
- def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
10658
- """
10659
- The file system size to be allocated in GBs.
10660
- """
10661
- return pulumi.get(self, "file_system_size_gb")
10662
-
10663
- @file_system_size_gb.setter
10664
- def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
10665
- pulumi.set(self, "file_system_size_gb", value)
10666
-
10667
- @property
10668
- @pulumi.getter(name="mountPoint")
10669
- def mount_point(self) -> Optional[pulumi.Input[str]]:
10670
- """
10671
- The mount point of file system.
10672
- """
10673
- return pulumi.get(self, "mount_point")
10674
-
10675
- @mount_point.setter
10676
- def mount_point(self, value: Optional[pulumi.Input[str]]):
10677
- pulumi.set(self, "mount_point", value)
10678
-
10679
-
10680
10566
  @pulumi.input_type
10681
10567
  class VmClusterDataCollectionOptionsArgs:
10682
10568
  def __init__(__self__, *,
@@ -10732,45 +10618,6 @@ class VmClusterDataCollectionOptionsArgs:
10732
10618
  pulumi.set(self, "is_incident_logs_enabled", value)
10733
10619
 
10734
10620
 
10735
- @pulumi.input_type
10736
- class VmClusterFileSystemConfigurationDetailArgs:
10737
- def __init__(__self__, *,
10738
- file_system_size_gb: Optional[pulumi.Input[int]] = None,
10739
- mount_point: Optional[pulumi.Input[str]] = None):
10740
- """
10741
- :param pulumi.Input[int] file_system_size_gb: (Updatable) The file system size to be allocated in GBs.
10742
- :param pulumi.Input[str] mount_point: (Updatable) The mount point of file system.
10743
- """
10744
- if file_system_size_gb is not None:
10745
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
10746
- if mount_point is not None:
10747
- pulumi.set(__self__, "mount_point", mount_point)
10748
-
10749
- @property
10750
- @pulumi.getter(name="fileSystemSizeGb")
10751
- def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
10752
- """
10753
- (Updatable) The file system size to be allocated in GBs.
10754
- """
10755
- return pulumi.get(self, "file_system_size_gb")
10756
-
10757
- @file_system_size_gb.setter
10758
- def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
10759
- pulumi.set(self, "file_system_size_gb", value)
10760
-
10761
- @property
10762
- @pulumi.getter(name="mountPoint")
10763
- def mount_point(self) -> Optional[pulumi.Input[str]]:
10764
- """
10765
- (Updatable) The mount point of file system.
10766
- """
10767
- return pulumi.get(self, "mount_point")
10768
-
10769
- @mount_point.setter
10770
- def mount_point(self, value: Optional[pulumi.Input[str]]):
10771
- pulumi.set(self, "mount_point", value)
10772
-
10773
-
10774
10621
  @pulumi.input_type
10775
10622
  class VmClusterNetworkDrScanArgs:
10776
10623
  def __init__(__self__, *,
@@ -11195,45 +11042,6 @@ class VmClusterRemoveVirtualMachineDbServerArgs:
11195
11042
  pulumi.set(self, "db_server_id", value)
11196
11043
 
11197
11044
 
11198
- @pulumi.input_type
11199
- class VmClusterRemoveVirtualMachineFileSystemConfigurationDetailArgs:
11200
- def __init__(__self__, *,
11201
- file_system_size_gb: Optional[pulumi.Input[int]] = None,
11202
- mount_point: Optional[pulumi.Input[str]] = None):
11203
- """
11204
- :param pulumi.Input[int] file_system_size_gb: The file system size to be allocated in GBs.
11205
- :param pulumi.Input[str] mount_point: The mount point of file system.
11206
- """
11207
- if file_system_size_gb is not None:
11208
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
11209
- if mount_point is not None:
11210
- pulumi.set(__self__, "mount_point", mount_point)
11211
-
11212
- @property
11213
- @pulumi.getter(name="fileSystemSizeGb")
11214
- def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
11215
- """
11216
- The file system size to be allocated in GBs.
11217
- """
11218
- return pulumi.get(self, "file_system_size_gb")
11219
-
11220
- @file_system_size_gb.setter
11221
- def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
11222
- pulumi.set(self, "file_system_size_gb", value)
11223
-
11224
- @property
11225
- @pulumi.getter(name="mountPoint")
11226
- def mount_point(self) -> Optional[pulumi.Input[str]]:
11227
- """
11228
- The mount point of file system.
11229
- """
11230
- return pulumi.get(self, "mount_point")
11231
-
11232
- @mount_point.setter
11233
- def mount_point(self, value: Optional[pulumi.Input[str]]):
11234
- pulumi.set(self, "mount_point", value)
11235
-
11236
-
11237
11045
  @pulumi.input_type
11238
11046
  class GetApplicationVipsFilterArgs:
11239
11047
  def __init__(__self__, *,
@@ -449,7 +449,6 @@ class _ExadataInfrastructureState:
449
449
  data_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
450
450
  db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
451
451
  db_server_version: Optional[pulumi.Input[str]] = None,
452
- defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureDefinedFileSystemConfigurationArgs']]]] = None,
453
452
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
454
453
  display_name: Optional[pulumi.Input[str]] = None,
455
454
  dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -501,7 +500,6 @@ class _ExadataInfrastructureState:
501
500
  :param pulumi.Input[float] data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
502
501
  :param pulumi.Input[int] db_node_storage_size_in_gbs: The local node storage allocated in GBs.
503
502
  :param pulumi.Input[str] db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
504
- :param pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureDefinedFileSystemConfigurationArgs']]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
505
503
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
506
504
  :param pulumi.Input[str] display_name: The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
507
505
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
@@ -569,8 +567,6 @@ class _ExadataInfrastructureState:
569
567
  pulumi.set(__self__, "db_node_storage_size_in_gbs", db_node_storage_size_in_gbs)
570
568
  if db_server_version is not None:
571
569
  pulumi.set(__self__, "db_server_version", db_server_version)
572
- if defined_file_system_configurations is not None:
573
- pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
574
570
  if defined_tags is not None:
575
571
  pulumi.set(__self__, "defined_tags", defined_tags)
576
572
  if display_name is not None:
@@ -856,18 +852,6 @@ class _ExadataInfrastructureState:
856
852
  def db_server_version(self, value: Optional[pulumi.Input[str]]):
857
853
  pulumi.set(self, "db_server_version", value)
858
854
 
859
- @property
860
- @pulumi.getter(name="definedFileSystemConfigurations")
861
- def defined_file_system_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureDefinedFileSystemConfigurationArgs']]]]:
862
- """
863
- Details of the file system configuration of the Exadata infrastructure.
864
- """
865
- return pulumi.get(self, "defined_file_system_configurations")
866
-
867
- @defined_file_system_configurations.setter
868
- def defined_file_system_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureDefinedFileSystemConfigurationArgs']]]]):
869
- pulumi.set(self, "defined_file_system_configurations", value)
870
-
871
855
  @property
872
856
  @pulumi.getter(name="definedTags")
873
857
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -1531,7 +1515,6 @@ class ExadataInfrastructure(pulumi.CustomResource):
1531
1515
  __props__.__dict__["data_storage_size_in_tbs"] = None
1532
1516
  __props__.__dict__["db_node_storage_size_in_gbs"] = None
1533
1517
  __props__.__dict__["db_server_version"] = None
1534
- __props__.__dict__["defined_file_system_configurations"] = None
1535
1518
  __props__.__dict__["lifecycle_details"] = None
1536
1519
  __props__.__dict__["maintenance_slo_status"] = None
1537
1520
  __props__.__dict__["max_cpu_count"] = None
@@ -1573,7 +1556,6 @@ class ExadataInfrastructure(pulumi.CustomResource):
1573
1556
  data_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
1574
1557
  db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
1575
1558
  db_server_version: Optional[pulumi.Input[str]] = None,
1576
- defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExadataInfrastructureDefinedFileSystemConfigurationArgs']]]]] = None,
1577
1559
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1578
1560
  display_name: Optional[pulumi.Input[str]] = None,
1579
1561
  dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1630,7 +1612,6 @@ class ExadataInfrastructure(pulumi.CustomResource):
1630
1612
  :param pulumi.Input[float] data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
1631
1613
  :param pulumi.Input[int] db_node_storage_size_in_gbs: The local node storage allocated in GBs.
1632
1614
  :param pulumi.Input[str] db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
1633
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExadataInfrastructureDefinedFileSystemConfigurationArgs']]]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
1634
1615
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
1635
1616
  :param pulumi.Input[str] display_name: The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
1636
1617
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
@@ -1683,7 +1664,6 @@ class ExadataInfrastructure(pulumi.CustomResource):
1683
1664
  __props__.__dict__["data_storage_size_in_tbs"] = data_storage_size_in_tbs
1684
1665
  __props__.__dict__["db_node_storage_size_in_gbs"] = db_node_storage_size_in_gbs
1685
1666
  __props__.__dict__["db_server_version"] = db_server_version
1686
- __props__.__dict__["defined_file_system_configurations"] = defined_file_system_configurations
1687
1667
  __props__.__dict__["defined_tags"] = defined_tags
1688
1668
  __props__.__dict__["display_name"] = display_name
1689
1669
  __props__.__dict__["dns_servers"] = dns_servers
@@ -1866,14 +1846,6 @@ class ExadataInfrastructure(pulumi.CustomResource):
1866
1846
  """
1867
1847
  return pulumi.get(self, "db_server_version")
1868
1848
 
1869
- @property
1870
- @pulumi.getter(name="definedFileSystemConfigurations")
1871
- def defined_file_system_configurations(self) -> pulumi.Output[Sequence['outputs.ExadataInfrastructureDefinedFileSystemConfiguration']]:
1872
- """
1873
- Details of the file system configuration of the Exadata infrastructure.
1874
- """
1875
- return pulumi.get(self, "defined_file_system_configurations")
1876
-
1877
1849
  @property
1878
1850
  @pulumi.getter(name="definedTags")
1879
1851
  def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
@@ -22,7 +22,7 @@ class GetExadataInfrastructureResult:
22
22
  """
23
23
  A collection of values returned by getExadataInfrastructure.
24
24
  """
25
- def __init__(__self__, activated_storage_count=None, activation_file=None, additional_compute_count=None, additional_compute_system_model=None, additional_storage_count=None, admin_network_cidr=None, availability_domain=None, cloud_control_plane_server1=None, cloud_control_plane_server2=None, compartment_id=None, compute_count=None, contacts=None, corporate_proxy=None, cpus_enabled=None, create_async=None, csi_number=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_server_version=None, defined_file_system_configurations=None, defined_tags=None, display_name=None, dns_servers=None, exadata_infrastructure_id=None, freeform_tags=None, gateway=None, id=None, infini_band_network_cidr=None, is_cps_offline_report_enabled=None, is_multi_rack_deployment=None, lifecycle_details=None, maintenance_slo_status=None, maintenance_windows=None, max_cpu_count=None, max_data_storage_in_tbs=None, max_db_node_storage_in_gbs=None, max_memory_in_gbs=None, memory_size_in_gbs=None, monthly_db_server_version=None, multi_rack_configuration_file=None, netmask=None, network_bonding_mode_details=None, ntp_servers=None, rack_serial_number=None, shape=None, state=None, storage_count=None, storage_server_version=None, time_created=None, time_zone=None):
25
+ def __init__(__self__, activated_storage_count=None, activation_file=None, additional_compute_count=None, additional_compute_system_model=None, additional_storage_count=None, admin_network_cidr=None, availability_domain=None, cloud_control_plane_server1=None, cloud_control_plane_server2=None, compartment_id=None, compute_count=None, contacts=None, corporate_proxy=None, cpus_enabled=None, create_async=None, csi_number=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_server_version=None, defined_tags=None, display_name=None, dns_servers=None, exadata_infrastructure_id=None, freeform_tags=None, gateway=None, id=None, infini_band_network_cidr=None, is_cps_offline_report_enabled=None, is_multi_rack_deployment=None, lifecycle_details=None, maintenance_slo_status=None, maintenance_windows=None, max_cpu_count=None, max_data_storage_in_tbs=None, max_db_node_storage_in_gbs=None, max_memory_in_gbs=None, memory_size_in_gbs=None, monthly_db_server_version=None, multi_rack_configuration_file=None, netmask=None, network_bonding_mode_details=None, ntp_servers=None, rack_serial_number=None, shape=None, state=None, storage_count=None, storage_server_version=None, time_created=None, time_zone=None):
26
26
  if activated_storage_count and not isinstance(activated_storage_count, int):
27
27
  raise TypeError("Expected argument 'activated_storage_count' to be a int")
28
28
  pulumi.set(__self__, "activated_storage_count", activated_storage_count)
@@ -80,9 +80,6 @@ class GetExadataInfrastructureResult:
80
80
  if db_server_version and not isinstance(db_server_version, str):
81
81
  raise TypeError("Expected argument 'db_server_version' to be a str")
82
82
  pulumi.set(__self__, "db_server_version", db_server_version)
83
- if defined_file_system_configurations and not isinstance(defined_file_system_configurations, list):
84
- raise TypeError("Expected argument 'defined_file_system_configurations' to be a list")
85
- pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
86
83
  if defined_tags and not isinstance(defined_tags, dict):
87
84
  raise TypeError("Expected argument 'defined_tags' to be a dict")
88
85
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -320,14 +317,6 @@ class GetExadataInfrastructureResult:
320
317
  """
321
318
  return pulumi.get(self, "db_server_version")
322
319
 
323
- @property
324
- @pulumi.getter(name="definedFileSystemConfigurations")
325
- def defined_file_system_configurations(self) -> Sequence['outputs.GetExadataInfrastructureDefinedFileSystemConfigurationResult']:
326
- """
327
- Details of the file system configuration of the Exadata infrastructure.
328
- """
329
- return pulumi.get(self, "defined_file_system_configurations")
330
-
331
320
  @property
332
321
  @pulumi.getter(name="definedTags")
333
322
  def defined_tags(self) -> Mapping[str, Any]:
@@ -591,7 +580,6 @@ class AwaitableGetExadataInfrastructureResult(GetExadataInfrastructureResult):
591
580
  data_storage_size_in_tbs=self.data_storage_size_in_tbs,
592
581
  db_node_storage_size_in_gbs=self.db_node_storage_size_in_gbs,
593
582
  db_server_version=self.db_server_version,
594
- defined_file_system_configurations=self.defined_file_system_configurations,
595
583
  defined_tags=self.defined_tags,
596
584
  display_name=self.display_name,
597
585
  dns_servers=self.dns_servers,
@@ -660,7 +648,6 @@ def get_exadata_infrastructure(exadata_infrastructure_id: Optional[str] = None,
660
648
  data_storage_size_in_tbs=pulumi.get(__ret__, 'data_storage_size_in_tbs'),
661
649
  db_node_storage_size_in_gbs=pulumi.get(__ret__, 'db_node_storage_size_in_gbs'),
662
650
  db_server_version=pulumi.get(__ret__, 'db_server_version'),
663
- defined_file_system_configurations=pulumi.get(__ret__, 'defined_file_system_configurations'),
664
651
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
665
652
  display_name=pulumi.get(__ret__, 'display_name'),
666
653
  dns_servers=pulumi.get(__ret__, 'dns_servers'),
@@ -22,7 +22,7 @@ class GetVmClusterResult:
22
22
  """
23
23
  A collection of values returned by getVmCluster.
24
24
  """
25
- def __init__(__self__, availability_domain=None, compartment_id=None, cpu_core_count=None, cpus_enabled=None, data_collection_options=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, file_system_configuration_details=None, freeform_tags=None, gi_version=None, id=None, is_local_backup_enabled=None, is_sparse_diskgroup_enabled=None, last_patch_history_entry_id=None, license_model=None, lifecycle_details=None, memory_size_in_gbs=None, ocpu_count=None, ocpus_enabled=None, shape=None, ssh_public_keys=None, state=None, system_version=None, time_created=None, time_zone=None, vm_cluster_id=None, vm_cluster_network_id=None):
25
+ def __init__(__self__, availability_domain=None, compartment_id=None, cpu_core_count=None, cpus_enabled=None, data_collection_options=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, db_node_storage_size_in_gbs=None, db_servers=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, freeform_tags=None, gi_version=None, id=None, is_local_backup_enabled=None, is_sparse_diskgroup_enabled=None, last_patch_history_entry_id=None, license_model=None, lifecycle_details=None, memory_size_in_gbs=None, ocpu_count=None, ocpus_enabled=None, shape=None, ssh_public_keys=None, state=None, system_version=None, time_created=None, time_zone=None, vm_cluster_id=None, vm_cluster_network_id=None):
26
26
  if availability_domain and not isinstance(availability_domain, str):
27
27
  raise TypeError("Expected argument 'availability_domain' to be a str")
28
28
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -59,9 +59,6 @@ class GetVmClusterResult:
59
59
  if exadata_infrastructure_id and not isinstance(exadata_infrastructure_id, str):
60
60
  raise TypeError("Expected argument 'exadata_infrastructure_id' to be a str")
61
61
  pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
62
- if file_system_configuration_details and not isinstance(file_system_configuration_details, list):
63
- raise TypeError("Expected argument 'file_system_configuration_details' to be a list")
64
- pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
65
62
  if freeform_tags and not isinstance(freeform_tags, dict):
66
63
  raise TypeError("Expected argument 'freeform_tags' to be a dict")
67
64
  pulumi.set(__self__, "freeform_tags", freeform_tags)
@@ -213,14 +210,6 @@ class GetVmClusterResult:
213
210
  """
214
211
  return pulumi.get(self, "exadata_infrastructure_id")
215
212
 
216
- @property
217
- @pulumi.getter(name="fileSystemConfigurationDetails")
218
- def file_system_configuration_details(self) -> Sequence['outputs.GetVmClusterFileSystemConfigurationDetailResult']:
219
- """
220
- Details of the file system configuration of the VM cluster.
221
- """
222
- return pulumi.get(self, "file_system_configuration_details")
223
-
224
213
  @property
225
214
  @pulumi.getter(name="freeformTags")
226
215
  def freeform_tags(self) -> Mapping[str, Any]:
@@ -383,7 +372,6 @@ class AwaitableGetVmClusterResult(GetVmClusterResult):
383
372
  defined_tags=self.defined_tags,
384
373
  display_name=self.display_name,
385
374
  exadata_infrastructure_id=self.exadata_infrastructure_id,
386
- file_system_configuration_details=self.file_system_configuration_details,
387
375
  freeform_tags=self.freeform_tags,
388
376
  gi_version=self.gi_version,
389
377
  id=self.id,
@@ -442,7 +430,6 @@ def get_vm_cluster(vm_cluster_id: Optional[str] = None,
442
430
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
443
431
  display_name=pulumi.get(__ret__, 'display_name'),
444
432
  exadata_infrastructure_id=pulumi.get(__ret__, 'exadata_infrastructure_id'),
445
- file_system_configuration_details=pulumi.get(__ret__, 'file_system_configuration_details'),
446
433
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
447
434
  gi_version=pulumi.get(__ret__, 'gi_version'),
448
435
  id=pulumi.get(__ret__, 'id'),