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
@@ -113,7 +113,6 @@ __all__ = [
113
113
  'ExadataInfrastructureComputeMaintenanceWindowDaysOfWeek',
114
114
  'ExadataInfrastructureComputeMaintenanceWindowMonth',
115
115
  'ExadataInfrastructureContact',
116
- 'ExadataInfrastructureDefinedFileSystemConfiguration',
117
116
  'ExadataInfrastructureMaintenanceWindow',
118
117
  'ExadataInfrastructureMaintenanceWindowDaysOfWeek',
119
118
  'ExadataInfrastructureMaintenanceWindowMonth',
@@ -155,16 +154,13 @@ __all__ = [
155
154
  'PluggableDatabasesRemoteCloneRefreshableCloneConfig',
156
155
  'VmClusterAddVirtualNetworkDataCollectionOption',
157
156
  'VmClusterAddVirtualNetworkDbServer',
158
- 'VmClusterAddVirtualNetworkFileSystemConfigurationDetail',
159
157
  'VmClusterDataCollectionOptions',
160
- 'VmClusterFileSystemConfigurationDetail',
161
158
  'VmClusterNetworkDrScan',
162
159
  'VmClusterNetworkScan',
163
160
  'VmClusterNetworkVmNetwork',
164
161
  'VmClusterNetworkVmNetworkNode',
165
162
  'VmClusterRemoveVirtualMachineDataCollectionOption',
166
163
  'VmClusterRemoveVirtualMachineDbServer',
167
- 'VmClusterRemoveVirtualMachineFileSystemConfigurationDetail',
168
164
  'GetApplicationVipsApplicationVipResult',
169
165
  'GetApplicationVipsFilterResult',
170
166
  'GetAutonomousCharacterSetsAutonomousDatabaseCharacterSetResult',
@@ -459,7 +455,6 @@ __all__ = [
459
455
  'GetDbVersionsDbVersionResult',
460
456
  'GetDbVersionsFilterResult',
461
457
  'GetExadataInfrastructureContactResult',
462
- 'GetExadataInfrastructureDefinedFileSystemConfigurationResult',
463
458
  'GetExadataInfrastructureMaintenanceWindowResult',
464
459
  'GetExadataInfrastructureMaintenanceWindowDaysOfWeekResult',
465
460
  'GetExadataInfrastructureMaintenanceWindowMonthResult',
@@ -467,7 +462,6 @@ __all__ = [
467
462
  'GetExadataInfrastructureUnAllocatedResourceAutonomousVmClusterResult',
468
463
  'GetExadataInfrastructuresExadataInfrastructureResult',
469
464
  'GetExadataInfrastructuresExadataInfrastructureContactResult',
470
- 'GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult',
471
465
  'GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult',
472
466
  'GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowDaysOfWeekResult',
473
467
  'GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthResult',
@@ -540,7 +534,6 @@ __all__ = [
540
534
  'GetSystemVersionsSystemVersionCollectionResult',
541
535
  'GetSystemVersionsSystemVersionCollectionItemResult',
542
536
  'GetVmClusterDataCollectionOptionResult',
543
- 'GetVmClusterFileSystemConfigurationDetailResult',
544
537
  'GetVmClusterNetworkDrScanResult',
545
538
  'GetVmClusterNetworkScanResult',
546
539
  'GetVmClusterNetworkVmNetworkResult',
@@ -567,7 +560,6 @@ __all__ = [
567
560
  'GetVmClustersFilterResult',
568
561
  'GetVmClustersVmClusterResult',
569
562
  'GetVmClustersVmClusterDataCollectionOptionResult',
570
- 'GetVmClustersVmClusterFileSystemConfigurationDetailResult',
571
563
  ]
572
564
 
573
565
  @pulumi.output_type
@@ -8803,84 +8795,6 @@ class ExadataInfrastructureContact(dict):
8803
8795
  return pulumi.get(self, "phone_number")
8804
8796
 
8805
8797
 
8806
- @pulumi.output_type
8807
- class ExadataInfrastructureDefinedFileSystemConfiguration(dict):
8808
- @staticmethod
8809
- def __key_warning(key: str):
8810
- suggest = None
8811
- if key == "isBackupPartition":
8812
- suggest = "is_backup_partition"
8813
- elif key == "isResizable":
8814
- suggest = "is_resizable"
8815
- elif key == "minSizeGb":
8816
- suggest = "min_size_gb"
8817
- elif key == "mountPoint":
8818
- suggest = "mount_point"
8819
-
8820
- if suggest:
8821
- pulumi.log.warn(f"Key '{key}' not found in ExadataInfrastructureDefinedFileSystemConfiguration. Access the value via the '{suggest}' property getter instead.")
8822
-
8823
- def __getitem__(self, key: str) -> Any:
8824
- ExadataInfrastructureDefinedFileSystemConfiguration.__key_warning(key)
8825
- return super().__getitem__(key)
8826
-
8827
- def get(self, key: str, default = None) -> Any:
8828
- ExadataInfrastructureDefinedFileSystemConfiguration.__key_warning(key)
8829
- return super().get(key, default)
8830
-
8831
- def __init__(__self__, *,
8832
- is_backup_partition: Optional[bool] = None,
8833
- is_resizable: Optional[bool] = None,
8834
- min_size_gb: Optional[int] = None,
8835
- mount_point: Optional[str] = None):
8836
- """
8837
- :param bool is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
8838
- :param 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.
8839
- :param int min_size_gb: The minimum size of file system.
8840
- :param str mount_point: The mount point of file system.
8841
- """
8842
- if is_backup_partition is not None:
8843
- pulumi.set(__self__, "is_backup_partition", is_backup_partition)
8844
- if is_resizable is not None:
8845
- pulumi.set(__self__, "is_resizable", is_resizable)
8846
- if min_size_gb is not None:
8847
- pulumi.set(__self__, "min_size_gb", min_size_gb)
8848
- if mount_point is not None:
8849
- pulumi.set(__self__, "mount_point", mount_point)
8850
-
8851
- @property
8852
- @pulumi.getter(name="isBackupPartition")
8853
- def is_backup_partition(self) -> Optional[bool]:
8854
- """
8855
- If true, the file system is used to create a backup prior to Exadata VM OS update.
8856
- """
8857
- return pulumi.get(self, "is_backup_partition")
8858
-
8859
- @property
8860
- @pulumi.getter(name="isResizable")
8861
- def is_resizable(self) -> Optional[bool]:
8862
- """
8863
- If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
8864
- """
8865
- return pulumi.get(self, "is_resizable")
8866
-
8867
- @property
8868
- @pulumi.getter(name="minSizeGb")
8869
- def min_size_gb(self) -> Optional[int]:
8870
- """
8871
- The minimum size of file system.
8872
- """
8873
- return pulumi.get(self, "min_size_gb")
8874
-
8875
- @property
8876
- @pulumi.getter(name="mountPoint")
8877
- def mount_point(self) -> Optional[str]:
8878
- """
8879
- The mount point of file system.
8880
- """
8881
- return pulumi.get(self, "mount_point")
8882
-
8883
-
8884
8798
  @pulumi.output_type
8885
8799
  class ExadataInfrastructureMaintenanceWindow(dict):
8886
8800
  @staticmethod
@@ -11180,56 +11094,6 @@ class VmClusterAddVirtualNetworkDbServer(dict):
11180
11094
  return pulumi.get(self, "db_server_id")
11181
11095
 
11182
11096
 
11183
- @pulumi.output_type
11184
- class VmClusterAddVirtualNetworkFileSystemConfigurationDetail(dict):
11185
- @staticmethod
11186
- def __key_warning(key: str):
11187
- suggest = None
11188
- if key == "fileSystemSizeGb":
11189
- suggest = "file_system_size_gb"
11190
- elif key == "mountPoint":
11191
- suggest = "mount_point"
11192
-
11193
- if suggest:
11194
- pulumi.log.warn(f"Key '{key}' not found in VmClusterAddVirtualNetworkFileSystemConfigurationDetail. Access the value via the '{suggest}' property getter instead.")
11195
-
11196
- def __getitem__(self, key: str) -> Any:
11197
- VmClusterAddVirtualNetworkFileSystemConfigurationDetail.__key_warning(key)
11198
- return super().__getitem__(key)
11199
-
11200
- def get(self, key: str, default = None) -> Any:
11201
- VmClusterAddVirtualNetworkFileSystemConfigurationDetail.__key_warning(key)
11202
- return super().get(key, default)
11203
-
11204
- def __init__(__self__, *,
11205
- file_system_size_gb: Optional[int] = None,
11206
- mount_point: Optional[str] = None):
11207
- """
11208
- :param int file_system_size_gb: The file system size to be allocated in GBs.
11209
- :param str mount_point: The mount point of file system.
11210
- """
11211
- if file_system_size_gb is not None:
11212
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
11213
- if mount_point is not None:
11214
- pulumi.set(__self__, "mount_point", mount_point)
11215
-
11216
- @property
11217
- @pulumi.getter(name="fileSystemSizeGb")
11218
- def file_system_size_gb(self) -> Optional[int]:
11219
- """
11220
- The file system size to be allocated in GBs.
11221
- """
11222
- return pulumi.get(self, "file_system_size_gb")
11223
-
11224
- @property
11225
- @pulumi.getter(name="mountPoint")
11226
- def mount_point(self) -> Optional[str]:
11227
- """
11228
- The mount point of file system.
11229
- """
11230
- return pulumi.get(self, "mount_point")
11231
-
11232
-
11233
11097
  @pulumi.output_type
11234
11098
  class VmClusterDataCollectionOptions(dict):
11235
11099
  @staticmethod
@@ -11294,56 +11158,6 @@ class VmClusterDataCollectionOptions(dict):
11294
11158
  return pulumi.get(self, "is_incident_logs_enabled")
11295
11159
 
11296
11160
 
11297
- @pulumi.output_type
11298
- class VmClusterFileSystemConfigurationDetail(dict):
11299
- @staticmethod
11300
- def __key_warning(key: str):
11301
- suggest = None
11302
- if key == "fileSystemSizeGb":
11303
- suggest = "file_system_size_gb"
11304
- elif key == "mountPoint":
11305
- suggest = "mount_point"
11306
-
11307
- if suggest:
11308
- pulumi.log.warn(f"Key '{key}' not found in VmClusterFileSystemConfigurationDetail. Access the value via the '{suggest}' property getter instead.")
11309
-
11310
- def __getitem__(self, key: str) -> Any:
11311
- VmClusterFileSystemConfigurationDetail.__key_warning(key)
11312
- return super().__getitem__(key)
11313
-
11314
- def get(self, key: str, default = None) -> Any:
11315
- VmClusterFileSystemConfigurationDetail.__key_warning(key)
11316
- return super().get(key, default)
11317
-
11318
- def __init__(__self__, *,
11319
- file_system_size_gb: Optional[int] = None,
11320
- mount_point: Optional[str] = None):
11321
- """
11322
- :param int file_system_size_gb: (Updatable) The file system size to be allocated in GBs.
11323
- :param str mount_point: (Updatable) The mount point of file system.
11324
- """
11325
- if file_system_size_gb is not None:
11326
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
11327
- if mount_point is not None:
11328
- pulumi.set(__self__, "mount_point", mount_point)
11329
-
11330
- @property
11331
- @pulumi.getter(name="fileSystemSizeGb")
11332
- def file_system_size_gb(self) -> Optional[int]:
11333
- """
11334
- (Updatable) The file system size to be allocated in GBs.
11335
- """
11336
- return pulumi.get(self, "file_system_size_gb")
11337
-
11338
- @property
11339
- @pulumi.getter(name="mountPoint")
11340
- def mount_point(self) -> Optional[str]:
11341
- """
11342
- (Updatable) The mount point of file system.
11343
- """
11344
- return pulumi.get(self, "mount_point")
11345
-
11346
-
11347
11161
  @pulumi.output_type
11348
11162
  class VmClusterNetworkDrScan(dict):
11349
11163
  @staticmethod
@@ -11786,56 +11600,6 @@ class VmClusterRemoveVirtualMachineDbServer(dict):
11786
11600
  return pulumi.get(self, "db_server_id")
11787
11601
 
11788
11602
 
11789
- @pulumi.output_type
11790
- class VmClusterRemoveVirtualMachineFileSystemConfigurationDetail(dict):
11791
- @staticmethod
11792
- def __key_warning(key: str):
11793
- suggest = None
11794
- if key == "fileSystemSizeGb":
11795
- suggest = "file_system_size_gb"
11796
- elif key == "mountPoint":
11797
- suggest = "mount_point"
11798
-
11799
- if suggest:
11800
- pulumi.log.warn(f"Key '{key}' not found in VmClusterRemoveVirtualMachineFileSystemConfigurationDetail. Access the value via the '{suggest}' property getter instead.")
11801
-
11802
- def __getitem__(self, key: str) -> Any:
11803
- VmClusterRemoveVirtualMachineFileSystemConfigurationDetail.__key_warning(key)
11804
- return super().__getitem__(key)
11805
-
11806
- def get(self, key: str, default = None) -> Any:
11807
- VmClusterRemoveVirtualMachineFileSystemConfigurationDetail.__key_warning(key)
11808
- return super().get(key, default)
11809
-
11810
- def __init__(__self__, *,
11811
- file_system_size_gb: Optional[int] = None,
11812
- mount_point: Optional[str] = None):
11813
- """
11814
- :param int file_system_size_gb: The file system size to be allocated in GBs.
11815
- :param str mount_point: The mount point of file system.
11816
- """
11817
- if file_system_size_gb is not None:
11818
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
11819
- if mount_point is not None:
11820
- pulumi.set(__self__, "mount_point", mount_point)
11821
-
11822
- @property
11823
- @pulumi.getter(name="fileSystemSizeGb")
11824
- def file_system_size_gb(self) -> Optional[int]:
11825
- """
11826
- The file system size to be allocated in GBs.
11827
- """
11828
- return pulumi.get(self, "file_system_size_gb")
11829
-
11830
- @property
11831
- @pulumi.getter(name="mountPoint")
11832
- def mount_point(self) -> Optional[str]:
11833
- """
11834
- The mount point of file system.
11835
- """
11836
- return pulumi.get(self, "mount_point")
11837
-
11838
-
11839
11603
  @pulumi.output_type
11840
11604
  class GetApplicationVipsApplicationVipResult(dict):
11841
11605
  def __init__(__self__, *,
@@ -36125,57 +35889,6 @@ class GetExadataInfrastructureContactResult(dict):
36125
35889
  return pulumi.get(self, "phone_number")
36126
35890
 
36127
35891
 
36128
- @pulumi.output_type
36129
- class GetExadataInfrastructureDefinedFileSystemConfigurationResult(dict):
36130
- def __init__(__self__, *,
36131
- is_backup_partition: bool,
36132
- is_resizable: bool,
36133
- min_size_gb: int,
36134
- mount_point: str):
36135
- """
36136
- :param bool is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
36137
- :param 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.
36138
- :param int min_size_gb: The minimum size of file system.
36139
- :param str mount_point: The mount point of file system.
36140
- """
36141
- pulumi.set(__self__, "is_backup_partition", is_backup_partition)
36142
- pulumi.set(__self__, "is_resizable", is_resizable)
36143
- pulumi.set(__self__, "min_size_gb", min_size_gb)
36144
- pulumi.set(__self__, "mount_point", mount_point)
36145
-
36146
- @property
36147
- @pulumi.getter(name="isBackupPartition")
36148
- def is_backup_partition(self) -> bool:
36149
- """
36150
- If true, the file system is used to create a backup prior to Exadata VM OS update.
36151
- """
36152
- return pulumi.get(self, "is_backup_partition")
36153
-
36154
- @property
36155
- @pulumi.getter(name="isResizable")
36156
- def is_resizable(self) -> bool:
36157
- """
36158
- If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
36159
- """
36160
- return pulumi.get(self, "is_resizable")
36161
-
36162
- @property
36163
- @pulumi.getter(name="minSizeGb")
36164
- def min_size_gb(self) -> int:
36165
- """
36166
- The minimum size of file system.
36167
- """
36168
- return pulumi.get(self, "min_size_gb")
36169
-
36170
- @property
36171
- @pulumi.getter(name="mountPoint")
36172
- def mount_point(self) -> str:
36173
- """
36174
- The mount point of file system.
36175
- """
36176
- return pulumi.get(self, "mount_point")
36177
-
36178
-
36179
35892
  @pulumi.output_type
36180
35893
  class GetExadataInfrastructureMaintenanceWindowResult(dict):
36181
35894
  def __init__(__self__, *,
@@ -36429,7 +36142,6 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
36429
36142
  data_storage_size_in_tbs: float,
36430
36143
  db_node_storage_size_in_gbs: int,
36431
36144
  db_server_version: str,
36432
- defined_file_system_configurations: Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult'],
36433
36145
  defined_tags: Mapping[str, Any],
36434
36146
  display_name: str,
36435
36147
  dns_servers: Sequence[str],
@@ -36477,7 +36189,6 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
36477
36189
  :param float data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
36478
36190
  :param int db_node_storage_size_in_gbs: The local node storage allocated in GBs.
36479
36191
  :param str db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
36480
- :param Sequence['GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationArgs'] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
36481
36192
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36482
36193
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
36483
36194
  :param Sequence[str] dns_servers: The list of DNS server IP addresses. Maximum of 3 allowed.
@@ -36527,7 +36238,6 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
36527
36238
  pulumi.set(__self__, "data_storage_size_in_tbs", data_storage_size_in_tbs)
36528
36239
  pulumi.set(__self__, "db_node_storage_size_in_gbs", db_node_storage_size_in_gbs)
36529
36240
  pulumi.set(__self__, "db_server_version", db_server_version)
36530
- pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
36531
36241
  pulumi.set(__self__, "defined_tags", defined_tags)
36532
36242
  pulumi.set(__self__, "display_name", display_name)
36533
36243
  pulumi.set(__self__, "dns_servers", dns_servers)
@@ -36704,14 +36414,6 @@ class GetExadataInfrastructuresExadataInfrastructureResult(dict):
36704
36414
  """
36705
36415
  return pulumi.get(self, "db_server_version")
36706
36416
 
36707
- @property
36708
- @pulumi.getter(name="definedFileSystemConfigurations")
36709
- def defined_file_system_configurations(self) -> Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult']:
36710
- """
36711
- Details of the file system configuration of the Exadata infrastructure.
36712
- """
36713
- return pulumi.get(self, "defined_file_system_configurations")
36714
-
36715
36417
  @property
36716
36418
  @pulumi.getter(name="definedTags")
36717
36419
  def defined_tags(self) -> Mapping[str, Any]:
@@ -37007,57 +36709,6 @@ class GetExadataInfrastructuresExadataInfrastructureContactResult(dict):
37007
36709
  return pulumi.get(self, "phone_number")
37008
36710
 
37009
36711
 
37010
- @pulumi.output_type
37011
- class GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfigurationResult(dict):
37012
- def __init__(__self__, *,
37013
- is_backup_partition: bool,
37014
- is_resizable: bool,
37015
- min_size_gb: int,
37016
- mount_point: str):
37017
- """
37018
- :param bool is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
37019
- :param 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.
37020
- :param int min_size_gb: The minimum size of file system.
37021
- :param str mount_point: The mount point of file system.
37022
- """
37023
- pulumi.set(__self__, "is_backup_partition", is_backup_partition)
37024
- pulumi.set(__self__, "is_resizable", is_resizable)
37025
- pulumi.set(__self__, "min_size_gb", min_size_gb)
37026
- pulumi.set(__self__, "mount_point", mount_point)
37027
-
37028
- @property
37029
- @pulumi.getter(name="isBackupPartition")
37030
- def is_backup_partition(self) -> bool:
37031
- """
37032
- If true, the file system is used to create a backup prior to Exadata VM OS update.
37033
- """
37034
- return pulumi.get(self, "is_backup_partition")
37035
-
37036
- @property
37037
- @pulumi.getter(name="isResizable")
37038
- def is_resizable(self) -> bool:
37039
- """
37040
- If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
37041
- """
37042
- return pulumi.get(self, "is_resizable")
37043
-
37044
- @property
37045
- @pulumi.getter(name="minSizeGb")
37046
- def min_size_gb(self) -> int:
37047
- """
37048
- The minimum size of file system.
37049
- """
37050
- return pulumi.get(self, "min_size_gb")
37051
-
37052
- @property
37053
- @pulumi.getter(name="mountPoint")
37054
- def mount_point(self) -> str:
37055
- """
37056
- The mount point of file system.
37057
- """
37058
- return pulumi.get(self, "mount_point")
37059
-
37060
-
37061
36712
  @pulumi.output_type
37062
36713
  class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict):
37063
36714
  def __init__(__self__, *,
@@ -41079,35 +40730,6 @@ class GetVmClusterDataCollectionOptionResult(dict):
41079
40730
  return pulumi.get(self, "is_incident_logs_enabled")
41080
40731
 
41081
40732
 
41082
- @pulumi.output_type
41083
- class GetVmClusterFileSystemConfigurationDetailResult(dict):
41084
- def __init__(__self__, *,
41085
- file_system_size_gb: int,
41086
- mount_point: str):
41087
- """
41088
- :param int file_system_size_gb: The file system size to be allocated in GBs.
41089
- :param str mount_point: The mount point of file system.
41090
- """
41091
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
41092
- pulumi.set(__self__, "mount_point", mount_point)
41093
-
41094
- @property
41095
- @pulumi.getter(name="fileSystemSizeGb")
41096
- def file_system_size_gb(self) -> int:
41097
- """
41098
- The file system size to be allocated in GBs.
41099
- """
41100
- return pulumi.get(self, "file_system_size_gb")
41101
-
41102
- @property
41103
- @pulumi.getter(name="mountPoint")
41104
- def mount_point(self) -> str:
41105
- """
41106
- The mount point of file system.
41107
- """
41108
- return pulumi.get(self, "mount_point")
41109
-
41110
-
41111
40733
  @pulumi.output_type
41112
40734
  class GetVmClusterNetworkDrScanResult(dict):
41113
40735
  def __init__(__self__, *,
@@ -42679,7 +42301,6 @@ class GetVmClustersVmClusterResult(dict):
42679
42301
  defined_tags: Mapping[str, Any],
42680
42302
  display_name: str,
42681
42303
  exadata_infrastructure_id: str,
42682
- file_system_configuration_details: Sequence['outputs.GetVmClustersVmClusterFileSystemConfigurationDetailResult'],
42683
42304
  freeform_tags: Mapping[str, Any],
42684
42305
  gi_version: str,
42685
42306
  id: str,
@@ -42710,7 +42331,6 @@ class GetVmClustersVmClusterResult(dict):
42710
42331
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42711
42332
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
42712
42333
  :param str exadata_infrastructure_id: If provided, filters the results for the given Exadata Infrastructure.
42713
- :param Sequence['GetVmClustersVmClusterFileSystemConfigurationDetailArgs'] file_system_configuration_details: Details of the file system configuration of the VM cluster.
42714
42334
  :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42715
42335
  :param str gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
42716
42336
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
@@ -42740,7 +42360,6 @@ class GetVmClustersVmClusterResult(dict):
42740
42360
  pulumi.set(__self__, "defined_tags", defined_tags)
42741
42361
  pulumi.set(__self__, "display_name", display_name)
42742
42362
  pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
42743
- pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
42744
42363
  pulumi.set(__self__, "freeform_tags", freeform_tags)
42745
42364
  pulumi.set(__self__, "gi_version", gi_version)
42746
42365
  pulumi.set(__self__, "id", id)
@@ -42853,14 +42472,6 @@ class GetVmClustersVmClusterResult(dict):
42853
42472
  """
42854
42473
  return pulumi.get(self, "exadata_infrastructure_id")
42855
42474
 
42856
- @property
42857
- @pulumi.getter(name="fileSystemConfigurationDetails")
42858
- def file_system_configuration_details(self) -> Sequence['outputs.GetVmClustersVmClusterFileSystemConfigurationDetailResult']:
42859
- """
42860
- Details of the file system configuration of the VM cluster.
42861
- """
42862
- return pulumi.get(self, "file_system_configuration_details")
42863
-
42864
42475
  @property
42865
42476
  @pulumi.getter(name="freeformTags")
42866
42477
  def freeform_tags(self) -> Mapping[str, Any]:
@@ -43040,32 +42651,3 @@ class GetVmClustersVmClusterDataCollectionOptionResult(dict):
43040
42651
  return pulumi.get(self, "is_incident_logs_enabled")
43041
42652
 
43042
42653
 
43043
- @pulumi.output_type
43044
- class GetVmClustersVmClusterFileSystemConfigurationDetailResult(dict):
43045
- def __init__(__self__, *,
43046
- file_system_size_gb: int,
43047
- mount_point: str):
43048
- """
43049
- :param int file_system_size_gb: The file system size to be allocated in GBs.
43050
- :param str mount_point: The mount point of file system.
43051
- """
43052
- pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
43053
- pulumi.set(__self__, "mount_point", mount_point)
43054
-
43055
- @property
43056
- @pulumi.getter(name="fileSystemSizeGb")
43057
- def file_system_size_gb(self) -> int:
43058
- """
43059
- The file system size to be allocated in GBs.
43060
- """
43061
- return pulumi.get(self, "file_system_size_gb")
43062
-
43063
- @property
43064
- @pulumi.getter(name="mountPoint")
43065
- def mount_point(self) -> str:
43066
- """
43067
- The mount point of file system.
43068
- """
43069
- return pulumi.get(self, "mount_point")
43070
-
43071
-