pulumi-oci 2.26.0a1741415311__py3-none-any.whl → 2.26.0a1741943394__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 (135) hide show
  1. pulumi_oci/__init__.py +67 -0
  2. pulumi_oci/containerengine/_inputs.py +34 -35
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +110 -21
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/_inputs.py +21 -33
  8. pulumi_oci/core/outputs.py +13 -21
  9. pulumi_oci/database/__init__.py +1 -0
  10. pulumi_oci/database/_inputs.py +704 -0
  11. pulumi_oci/database/application_vip.py +59 -10
  12. pulumi_oci/database/autonomous_database.py +7 -28
  13. pulumi_oci/database/backup.py +153 -5
  14. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  15. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  16. pulumi_oci/database/db_node.py +64 -8
  17. pulumi_oci/database/exadata_infrastructure.py +157 -3
  18. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  19. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  20. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  21. pulumi_oci/database/external_container_database.py +4 -4
  22. pulumi_oci/database/external_non_container_database.py +4 -4
  23. pulumi_oci/database/external_pluggable_database.py +4 -4
  24. pulumi_oci/database/get_application_vip.py +16 -2
  25. pulumi_oci/database/get_autonomous_database.py +0 -3
  26. pulumi_oci/database/get_backups.py +136 -10
  27. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  28. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  29. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  30. pulumi_oci/database/get_database_software_images.py +20 -1
  31. pulumi_oci/database/get_db_node.py +31 -4
  32. pulumi_oci/database/get_db_server.py +15 -1
  33. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  34. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  35. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  36. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  37. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  38. pulumi_oci/database/get_external_container_database.py +1 -1
  39. pulumi_oci/database/get_external_non_container_database.py +1 -1
  40. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  41. pulumi_oci/database/get_flex_components.py +28 -6
  42. pulumi_oci/database/get_vm_cluster.py +60 -4
  43. pulumi_oci/database/get_vm_clusters.py +25 -3
  44. pulumi_oci/database/outputs.py +1084 -42
  45. pulumi_oci/database/pluggable_database.py +13 -13
  46. pulumi_oci/database/vm_cluster.py +172 -18
  47. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  48. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  49. pulumi_oci/datasafe/__init__.py +7 -0
  50. pulumi_oci/datasafe/_inputs.py +301 -0
  51. pulumi_oci/datasafe/discovery_mod.py +49 -0
  52. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  53. pulumi_oci/datasafe/get_masking_report.py +46 -4
  54. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  55. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  56. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  57. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  58. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  59. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  60. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  61. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  62. pulumi_oci/datasafe/outputs.py +676 -3
  63. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  64. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  65. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  66. pulumi_oci/datascience/__init__.py +4 -0
  67. pulumi_oci/datascience/_inputs.py +1160 -41
  68. pulumi_oci/datascience/get_model.py +29 -1
  69. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  70. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  71. pulumi_oci/datascience/get_model_version_set.py +15 -1
  72. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  73. pulumi_oci/datascience/get_models.py +25 -3
  74. pulumi_oci/datascience/get_pipeline.py +15 -1
  75. pulumi_oci/datascience/model.py +64 -0
  76. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  77. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  78. pulumi_oci/datascience/model_version_set.py +28 -0
  79. pulumi_oci/datascience/outputs.py +4343 -2164
  80. pulumi_oci/datascience/pipeline.py +48 -141
  81. pulumi_oci/datascience/pipeline_run.py +32 -0
  82. pulumi_oci/dblm/__init__.py +17 -0
  83. pulumi_oci/dblm/_inputs.py +275 -0
  84. pulumi_oci/dblm/get_vulnerability.py +242 -0
  85. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  86. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  87. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  88. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  89. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  90. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  91. pulumi_oci/dblm/outputs.py +1294 -0
  92. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  93. pulumi_oci/email/dkim.py +120 -20
  94. pulumi_oci/email/get_dkim.py +40 -1
  95. pulumi_oci/email/outputs.py +29 -0
  96. pulumi_oci/filestorage/__init__.py +3 -0
  97. pulumi_oci/filestorage/_inputs.py +49 -0
  98. pulumi_oci/filestorage/file_system.py +105 -0
  99. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  100. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  101. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  102. pulumi_oci/filestorage/outputs.py +186 -0
  103. pulumi_oci/mysql/_inputs.py +1239 -10
  104. pulumi_oci/mysql/channel.py +28 -0
  105. pulumi_oci/mysql/get_channel.py +15 -1
  106. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  107. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  108. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  109. pulumi_oci/mysql/mysql_backup.py +28 -0
  110. pulumi_oci/mysql/mysql_configuration.py +106 -0
  111. pulumi_oci/mysql/mysql_db_system.py +36 -0
  112. pulumi_oci/mysql/outputs.py +2008 -35
  113. pulumi_oci/opensearch/__init__.py +3 -0
  114. pulumi_oci/opensearch/_inputs.py +101 -0
  115. pulumi_oci/opensearch/cluster.py +76 -29
  116. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  117. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  118. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  119. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  120. pulumi_oci/opensearch/outputs.py +425 -0
  121. pulumi_oci/psql/_inputs.py +258 -0
  122. pulumi_oci/psql/backup.py +129 -28
  123. pulumi_oci/psql/db_system.py +10 -0
  124. pulumi_oci/psql/get_backup.py +47 -2
  125. pulumi_oci/psql/get_backups.py +3 -0
  126. pulumi_oci/psql/get_configurations.py +23 -1
  127. pulumi_oci/psql/get_db_system.py +1 -1
  128. pulumi_oci/psql/get_db_systems.py +1 -1
  129. pulumi_oci/psql/outputs.py +541 -5
  130. pulumi_oci/pulumi-plugin.json +1 -1
  131. pulumi_oci/redis/redis_cluster.py +7 -7
  132. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/METADATA +1 -1
  133. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/RECORD +135 -106
  134. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/WHEEL +1 -1
  135. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1615 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['ExadataInfrastructureConfigureExascaleManagementArgs', 'ExadataInfrastructureConfigureExascaleManagement']
20
+
21
+ @pulumi.input_type
22
+ class ExadataInfrastructureConfigureExascaleManagementArgs:
23
+ def __init__(__self__, *,
24
+ exadata_infrastructure_id: pulumi.Input[str],
25
+ total_storage_in_gbs: pulumi.Input[int]):
26
+ """
27
+ The set of arguments for constructing a ExadataInfrastructureConfigureExascaleManagement resource.
28
+ :param pulumi.Input[str] exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
29
+ :param pulumi.Input[int] total_storage_in_gbs: Storage size needed for Exascale in GBs.
30
+
31
+
32
+ ** IMPORTANT **
33
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
34
+ """
35
+ pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
36
+ pulumi.set(__self__, "total_storage_in_gbs", total_storage_in_gbs)
37
+
38
+ @property
39
+ @pulumi.getter(name="exadataInfrastructureId")
40
+ def exadata_infrastructure_id(self) -> pulumi.Input[str]:
41
+ """
42
+ The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
43
+ """
44
+ return pulumi.get(self, "exadata_infrastructure_id")
45
+
46
+ @exadata_infrastructure_id.setter
47
+ def exadata_infrastructure_id(self, value: pulumi.Input[str]):
48
+ pulumi.set(self, "exadata_infrastructure_id", value)
49
+
50
+ @property
51
+ @pulumi.getter(name="totalStorageInGbs")
52
+ def total_storage_in_gbs(self) -> pulumi.Input[int]:
53
+ """
54
+ Storage size needed for Exascale in GBs.
55
+
56
+
57
+ ** IMPORTANT **
58
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
59
+ """
60
+ return pulumi.get(self, "total_storage_in_gbs")
61
+
62
+ @total_storage_in_gbs.setter
63
+ def total_storage_in_gbs(self, value: pulumi.Input[int]):
64
+ pulumi.set(self, "total_storage_in_gbs", value)
65
+
66
+
67
+ @pulumi.input_type
68
+ class _ExadataInfrastructureConfigureExascaleManagementState:
69
+ def __init__(__self__, *,
70
+ activated_storage_count: Optional[pulumi.Input[int]] = None,
71
+ additional_compute_count: Optional[pulumi.Input[int]] = None,
72
+ additional_compute_system_model: Optional[pulumi.Input[str]] = None,
73
+ additional_storage_count: Optional[pulumi.Input[int]] = None,
74
+ admin_network_cidr: Optional[pulumi.Input[str]] = None,
75
+ availability_domain: Optional[pulumi.Input[str]] = None,
76
+ cloud_control_plane_server1: Optional[pulumi.Input[str]] = None,
77
+ cloud_control_plane_server2: Optional[pulumi.Input[str]] = None,
78
+ compartment_id: Optional[pulumi.Input[str]] = None,
79
+ compute_count: Optional[pulumi.Input[int]] = None,
80
+ contacts: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementContactArgs']]]] = None,
81
+ corporate_proxy: Optional[pulumi.Input[str]] = None,
82
+ cpus_enabled: Optional[pulumi.Input[int]] = None,
83
+ csi_number: Optional[pulumi.Input[str]] = None,
84
+ data_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
85
+ db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
86
+ db_server_version: Optional[pulumi.Input[str]] = None,
87
+ defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgs']]]] = None,
88
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
89
+ display_name: Optional[pulumi.Input[str]] = None,
90
+ dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
91
+ exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
92
+ exascale_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgs']]]] = None,
93
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
94
+ gateway: Optional[pulumi.Input[str]] = None,
95
+ infini_band_network_cidr: Optional[pulumi.Input[str]] = None,
96
+ is_cps_offline_report_enabled: Optional[pulumi.Input[bool]] = None,
97
+ is_multi_rack_deployment: Optional[pulumi.Input[bool]] = None,
98
+ is_scheduling_policy_associated: Optional[pulumi.Input[bool]] = None,
99
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
100
+ maintenance_slo_status: Optional[pulumi.Input[str]] = None,
101
+ maintenance_windows: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgs']]]] = None,
102
+ max_cpu_count: Optional[pulumi.Input[int]] = None,
103
+ max_data_storage_in_tbs: Optional[pulumi.Input[float]] = None,
104
+ max_db_node_storage_in_gbs: Optional[pulumi.Input[int]] = None,
105
+ max_memory_in_gbs: Optional[pulumi.Input[int]] = None,
106
+ memory_size_in_gbs: Optional[pulumi.Input[int]] = None,
107
+ monthly_db_server_version: Optional[pulumi.Input[str]] = None,
108
+ multi_rack_configuration_file: Optional[pulumi.Input[str]] = None,
109
+ netmask: Optional[pulumi.Input[str]] = None,
110
+ network_bonding_mode_details: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgs']]]] = None,
111
+ ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
112
+ rack_serial_number: Optional[pulumi.Input[str]] = None,
113
+ shape: Optional[pulumi.Input[str]] = None,
114
+ state: Optional[pulumi.Input[str]] = None,
115
+ storage_count: Optional[pulumi.Input[int]] = None,
116
+ storage_server_version: Optional[pulumi.Input[str]] = None,
117
+ time_created: Optional[pulumi.Input[str]] = None,
118
+ time_zone: Optional[pulumi.Input[str]] = None,
119
+ total_storage_in_gbs: Optional[pulumi.Input[int]] = None):
120
+ """
121
+ Input properties used for looking up and filtering ExadataInfrastructureConfigureExascaleManagement resources.
122
+ :param pulumi.Input[int] activated_storage_count: The requested number of additional storage servers activated for the Exadata infrastructure.
123
+ :param pulumi.Input[int] additional_compute_count: The requested number of additional compute servers for the Exadata infrastructure.
124
+ :param pulumi.Input[str] additional_compute_system_model: Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
125
+ :param pulumi.Input[int] additional_storage_count: The requested number of additional storage servers for the Exadata infrastructure.
126
+ :param pulumi.Input[str] admin_network_cidr: The CIDR block for the Exadata administration network.
127
+ :param pulumi.Input[str] availability_domain: The name of the availability domain that the Exadata infrastructure is located in.
128
+ :param pulumi.Input[str] cloud_control_plane_server1: The IP address for the first control plane server.
129
+ :param pulumi.Input[str] cloud_control_plane_server2: The IP address for the second control plane server.
130
+ :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
131
+ :param pulumi.Input[int] compute_count: The number of compute servers for the Exadata infrastructure.
132
+ :param pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementContactArgs']]] contacts: The list of contacts for the Exadata infrastructure.
133
+ :param pulumi.Input[str] corporate_proxy: The corporate network proxy for access to the control plane network.
134
+ :param pulumi.Input[int] cpus_enabled: The number of enabled CPU cores.
135
+ :param pulumi.Input[str] csi_number: The CSI Number of the Exadata infrastructure.
136
+ :param pulumi.Input[float] data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
137
+ :param pulumi.Input[int] db_node_storage_size_in_gbs: The local node storage allocated in GBs.
138
+ :param pulumi.Input[str] db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
139
+ :param pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgs']]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
140
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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).
141
+ :param pulumi.Input[str] display_name: The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
142
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: The list of DNS server IP addresses. Maximum of 3 allowed.
143
+ :param pulumi.Input[str] exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
144
+ :param pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgs']]] exascale_configs: The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
145
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
146
+ :param pulumi.Input[str] gateway: The gateway for the control plane network.
147
+ :param pulumi.Input[str] infini_band_network_cidr: The CIDR block for the Exadata InfiniBand interconnect.
148
+ :param pulumi.Input[bool] is_cps_offline_report_enabled: Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
149
+ :param pulumi.Input[bool] is_multi_rack_deployment: Indicates if deployment is Multi-Rack or not.
150
+ :param pulumi.Input[bool] is_scheduling_policy_associated: If true, the infrastructure is using granular maintenance scheduling preference.
151
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
152
+ :param pulumi.Input[str] maintenance_slo_status: A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
153
+ :param pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgs']]] maintenance_windows: The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
154
+ :param pulumi.Input[int] max_cpu_count: The total number of CPU cores available.
155
+ :param pulumi.Input[float] max_data_storage_in_tbs: The total available DATA disk group size.
156
+ :param pulumi.Input[int] max_db_node_storage_in_gbs: The total local node storage available in GBs.
157
+ :param pulumi.Input[int] max_memory_in_gbs: The total memory available in GBs.
158
+ :param pulumi.Input[int] memory_size_in_gbs: The memory allocated in GBs.
159
+ :param pulumi.Input[str] monthly_db_server_version: The monthly software version of the database servers (dom0) in the Exadata infrastructure.
160
+ :param pulumi.Input[str] multi_rack_configuration_file: The base64 encoded Multi-Rack configuration json file.
161
+ :param pulumi.Input[str] netmask: The netmask for the control plane network.
162
+ :param pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgs']]] network_bonding_mode_details: Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
163
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ntp_servers: The list of NTP server IP addresses. Maximum of 3 allowed.
164
+ :param pulumi.Input[str] rack_serial_number: The serial number for the Exadata infrastructure.
165
+ :param pulumi.Input[str] shape: The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
166
+ :param pulumi.Input[str] state: The current lifecycle state of the Exadata infrastructure.
167
+ :param pulumi.Input[int] storage_count: The number of Exadata storage servers for the Exadata infrastructure.
168
+ :param pulumi.Input[str] storage_server_version: The software version of the storage servers (cells) in the Exadata infrastructure.
169
+ :param pulumi.Input[str] time_created: The date and time the Exadata infrastructure was created.
170
+ :param pulumi.Input[str] time_zone: The time zone of the Exadata infrastructure. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
171
+ :param pulumi.Input[int] total_storage_in_gbs: Storage size needed for Exascale in GBs.
172
+
173
+
174
+ ** IMPORTANT **
175
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
176
+ """
177
+ if activated_storage_count is not None:
178
+ pulumi.set(__self__, "activated_storage_count", activated_storage_count)
179
+ if additional_compute_count is not None:
180
+ pulumi.set(__self__, "additional_compute_count", additional_compute_count)
181
+ if additional_compute_system_model is not None:
182
+ pulumi.set(__self__, "additional_compute_system_model", additional_compute_system_model)
183
+ if additional_storage_count is not None:
184
+ pulumi.set(__self__, "additional_storage_count", additional_storage_count)
185
+ if admin_network_cidr is not None:
186
+ pulumi.set(__self__, "admin_network_cidr", admin_network_cidr)
187
+ if availability_domain is not None:
188
+ pulumi.set(__self__, "availability_domain", availability_domain)
189
+ if cloud_control_plane_server1 is not None:
190
+ pulumi.set(__self__, "cloud_control_plane_server1", cloud_control_plane_server1)
191
+ if cloud_control_plane_server2 is not None:
192
+ pulumi.set(__self__, "cloud_control_plane_server2", cloud_control_plane_server2)
193
+ if compartment_id is not None:
194
+ pulumi.set(__self__, "compartment_id", compartment_id)
195
+ if compute_count is not None:
196
+ pulumi.set(__self__, "compute_count", compute_count)
197
+ if contacts is not None:
198
+ pulumi.set(__self__, "contacts", contacts)
199
+ if corporate_proxy is not None:
200
+ pulumi.set(__self__, "corporate_proxy", corporate_proxy)
201
+ if cpus_enabled is not None:
202
+ pulumi.set(__self__, "cpus_enabled", cpus_enabled)
203
+ if csi_number is not None:
204
+ pulumi.set(__self__, "csi_number", csi_number)
205
+ if data_storage_size_in_tbs is not None:
206
+ pulumi.set(__self__, "data_storage_size_in_tbs", data_storage_size_in_tbs)
207
+ if db_node_storage_size_in_gbs is not None:
208
+ pulumi.set(__self__, "db_node_storage_size_in_gbs", db_node_storage_size_in_gbs)
209
+ if db_server_version is not None:
210
+ pulumi.set(__self__, "db_server_version", db_server_version)
211
+ if defined_file_system_configurations is not None:
212
+ pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
213
+ if defined_tags is not None:
214
+ pulumi.set(__self__, "defined_tags", defined_tags)
215
+ if display_name is not None:
216
+ pulumi.set(__self__, "display_name", display_name)
217
+ if dns_servers is not None:
218
+ pulumi.set(__self__, "dns_servers", dns_servers)
219
+ if exadata_infrastructure_id is not None:
220
+ pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
221
+ if exascale_configs is not None:
222
+ pulumi.set(__self__, "exascale_configs", exascale_configs)
223
+ if freeform_tags is not None:
224
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
225
+ if gateway is not None:
226
+ pulumi.set(__self__, "gateway", gateway)
227
+ if infini_band_network_cidr is not None:
228
+ pulumi.set(__self__, "infini_band_network_cidr", infini_band_network_cidr)
229
+ if is_cps_offline_report_enabled is not None:
230
+ pulumi.set(__self__, "is_cps_offline_report_enabled", is_cps_offline_report_enabled)
231
+ if is_multi_rack_deployment is not None:
232
+ pulumi.set(__self__, "is_multi_rack_deployment", is_multi_rack_deployment)
233
+ if is_scheduling_policy_associated is not None:
234
+ pulumi.set(__self__, "is_scheduling_policy_associated", is_scheduling_policy_associated)
235
+ if lifecycle_details is not None:
236
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
237
+ if maintenance_slo_status is not None:
238
+ pulumi.set(__self__, "maintenance_slo_status", maintenance_slo_status)
239
+ if maintenance_windows is not None:
240
+ pulumi.set(__self__, "maintenance_windows", maintenance_windows)
241
+ if max_cpu_count is not None:
242
+ pulumi.set(__self__, "max_cpu_count", max_cpu_count)
243
+ if max_data_storage_in_tbs is not None:
244
+ pulumi.set(__self__, "max_data_storage_in_tbs", max_data_storage_in_tbs)
245
+ if max_db_node_storage_in_gbs is not None:
246
+ pulumi.set(__self__, "max_db_node_storage_in_gbs", max_db_node_storage_in_gbs)
247
+ if max_memory_in_gbs is not None:
248
+ pulumi.set(__self__, "max_memory_in_gbs", max_memory_in_gbs)
249
+ if memory_size_in_gbs is not None:
250
+ pulumi.set(__self__, "memory_size_in_gbs", memory_size_in_gbs)
251
+ if monthly_db_server_version is not None:
252
+ pulumi.set(__self__, "monthly_db_server_version", monthly_db_server_version)
253
+ if multi_rack_configuration_file is not None:
254
+ pulumi.set(__self__, "multi_rack_configuration_file", multi_rack_configuration_file)
255
+ if netmask is not None:
256
+ pulumi.set(__self__, "netmask", netmask)
257
+ if network_bonding_mode_details is not None:
258
+ pulumi.set(__self__, "network_bonding_mode_details", network_bonding_mode_details)
259
+ if ntp_servers is not None:
260
+ pulumi.set(__self__, "ntp_servers", ntp_servers)
261
+ if rack_serial_number is not None:
262
+ pulumi.set(__self__, "rack_serial_number", rack_serial_number)
263
+ if shape is not None:
264
+ pulumi.set(__self__, "shape", shape)
265
+ if state is not None:
266
+ pulumi.set(__self__, "state", state)
267
+ if storage_count is not None:
268
+ pulumi.set(__self__, "storage_count", storage_count)
269
+ if storage_server_version is not None:
270
+ pulumi.set(__self__, "storage_server_version", storage_server_version)
271
+ if time_created is not None:
272
+ pulumi.set(__self__, "time_created", time_created)
273
+ if time_zone is not None:
274
+ pulumi.set(__self__, "time_zone", time_zone)
275
+ if total_storage_in_gbs is not None:
276
+ pulumi.set(__self__, "total_storage_in_gbs", total_storage_in_gbs)
277
+
278
+ @property
279
+ @pulumi.getter(name="activatedStorageCount")
280
+ def activated_storage_count(self) -> Optional[pulumi.Input[int]]:
281
+ """
282
+ The requested number of additional storage servers activated for the Exadata infrastructure.
283
+ """
284
+ return pulumi.get(self, "activated_storage_count")
285
+
286
+ @activated_storage_count.setter
287
+ def activated_storage_count(self, value: Optional[pulumi.Input[int]]):
288
+ pulumi.set(self, "activated_storage_count", value)
289
+
290
+ @property
291
+ @pulumi.getter(name="additionalComputeCount")
292
+ def additional_compute_count(self) -> Optional[pulumi.Input[int]]:
293
+ """
294
+ The requested number of additional compute servers for the Exadata infrastructure.
295
+ """
296
+ return pulumi.get(self, "additional_compute_count")
297
+
298
+ @additional_compute_count.setter
299
+ def additional_compute_count(self, value: Optional[pulumi.Input[int]]):
300
+ pulumi.set(self, "additional_compute_count", value)
301
+
302
+ @property
303
+ @pulumi.getter(name="additionalComputeSystemModel")
304
+ def additional_compute_system_model(self) -> Optional[pulumi.Input[str]]:
305
+ """
306
+ Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
307
+ """
308
+ return pulumi.get(self, "additional_compute_system_model")
309
+
310
+ @additional_compute_system_model.setter
311
+ def additional_compute_system_model(self, value: Optional[pulumi.Input[str]]):
312
+ pulumi.set(self, "additional_compute_system_model", value)
313
+
314
+ @property
315
+ @pulumi.getter(name="additionalStorageCount")
316
+ def additional_storage_count(self) -> Optional[pulumi.Input[int]]:
317
+ """
318
+ The requested number of additional storage servers for the Exadata infrastructure.
319
+ """
320
+ return pulumi.get(self, "additional_storage_count")
321
+
322
+ @additional_storage_count.setter
323
+ def additional_storage_count(self, value: Optional[pulumi.Input[int]]):
324
+ pulumi.set(self, "additional_storage_count", value)
325
+
326
+ @property
327
+ @pulumi.getter(name="adminNetworkCidr")
328
+ def admin_network_cidr(self) -> Optional[pulumi.Input[str]]:
329
+ """
330
+ The CIDR block for the Exadata administration network.
331
+ """
332
+ return pulumi.get(self, "admin_network_cidr")
333
+
334
+ @admin_network_cidr.setter
335
+ def admin_network_cidr(self, value: Optional[pulumi.Input[str]]):
336
+ pulumi.set(self, "admin_network_cidr", value)
337
+
338
+ @property
339
+ @pulumi.getter(name="availabilityDomain")
340
+ def availability_domain(self) -> Optional[pulumi.Input[str]]:
341
+ """
342
+ The name of the availability domain that the Exadata infrastructure is located in.
343
+ """
344
+ return pulumi.get(self, "availability_domain")
345
+
346
+ @availability_domain.setter
347
+ def availability_domain(self, value: Optional[pulumi.Input[str]]):
348
+ pulumi.set(self, "availability_domain", value)
349
+
350
+ @property
351
+ @pulumi.getter(name="cloudControlPlaneServer1")
352
+ def cloud_control_plane_server1(self) -> Optional[pulumi.Input[str]]:
353
+ """
354
+ The IP address for the first control plane server.
355
+ """
356
+ return pulumi.get(self, "cloud_control_plane_server1")
357
+
358
+ @cloud_control_plane_server1.setter
359
+ def cloud_control_plane_server1(self, value: Optional[pulumi.Input[str]]):
360
+ pulumi.set(self, "cloud_control_plane_server1", value)
361
+
362
+ @property
363
+ @pulumi.getter(name="cloudControlPlaneServer2")
364
+ def cloud_control_plane_server2(self) -> Optional[pulumi.Input[str]]:
365
+ """
366
+ The IP address for the second control plane server.
367
+ """
368
+ return pulumi.get(self, "cloud_control_plane_server2")
369
+
370
+ @cloud_control_plane_server2.setter
371
+ def cloud_control_plane_server2(self, value: Optional[pulumi.Input[str]]):
372
+ pulumi.set(self, "cloud_control_plane_server2", value)
373
+
374
+ @property
375
+ @pulumi.getter(name="compartmentId")
376
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
377
+ """
378
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
379
+ """
380
+ return pulumi.get(self, "compartment_id")
381
+
382
+ @compartment_id.setter
383
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
384
+ pulumi.set(self, "compartment_id", value)
385
+
386
+ @property
387
+ @pulumi.getter(name="computeCount")
388
+ def compute_count(self) -> Optional[pulumi.Input[int]]:
389
+ """
390
+ The number of compute servers for the Exadata infrastructure.
391
+ """
392
+ return pulumi.get(self, "compute_count")
393
+
394
+ @compute_count.setter
395
+ def compute_count(self, value: Optional[pulumi.Input[int]]):
396
+ pulumi.set(self, "compute_count", value)
397
+
398
+ @property
399
+ @pulumi.getter
400
+ def contacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementContactArgs']]]]:
401
+ """
402
+ The list of contacts for the Exadata infrastructure.
403
+ """
404
+ return pulumi.get(self, "contacts")
405
+
406
+ @contacts.setter
407
+ def contacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementContactArgs']]]]):
408
+ pulumi.set(self, "contacts", value)
409
+
410
+ @property
411
+ @pulumi.getter(name="corporateProxy")
412
+ def corporate_proxy(self) -> Optional[pulumi.Input[str]]:
413
+ """
414
+ The corporate network proxy for access to the control plane network.
415
+ """
416
+ return pulumi.get(self, "corporate_proxy")
417
+
418
+ @corporate_proxy.setter
419
+ def corporate_proxy(self, value: Optional[pulumi.Input[str]]):
420
+ pulumi.set(self, "corporate_proxy", value)
421
+
422
+ @property
423
+ @pulumi.getter(name="cpusEnabled")
424
+ def cpus_enabled(self) -> Optional[pulumi.Input[int]]:
425
+ """
426
+ The number of enabled CPU cores.
427
+ """
428
+ return pulumi.get(self, "cpus_enabled")
429
+
430
+ @cpus_enabled.setter
431
+ def cpus_enabled(self, value: Optional[pulumi.Input[int]]):
432
+ pulumi.set(self, "cpus_enabled", value)
433
+
434
+ @property
435
+ @pulumi.getter(name="csiNumber")
436
+ def csi_number(self) -> Optional[pulumi.Input[str]]:
437
+ """
438
+ The CSI Number of the Exadata infrastructure.
439
+ """
440
+ return pulumi.get(self, "csi_number")
441
+
442
+ @csi_number.setter
443
+ def csi_number(self, value: Optional[pulumi.Input[str]]):
444
+ pulumi.set(self, "csi_number", value)
445
+
446
+ @property
447
+ @pulumi.getter(name="dataStorageSizeInTbs")
448
+ def data_storage_size_in_tbs(self) -> Optional[pulumi.Input[float]]:
449
+ """
450
+ Size, in terabytes, of the DATA disk group.
451
+ """
452
+ return pulumi.get(self, "data_storage_size_in_tbs")
453
+
454
+ @data_storage_size_in_tbs.setter
455
+ def data_storage_size_in_tbs(self, value: Optional[pulumi.Input[float]]):
456
+ pulumi.set(self, "data_storage_size_in_tbs", value)
457
+
458
+ @property
459
+ @pulumi.getter(name="dbNodeStorageSizeInGbs")
460
+ def db_node_storage_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
461
+ """
462
+ The local node storage allocated in GBs.
463
+ """
464
+ return pulumi.get(self, "db_node_storage_size_in_gbs")
465
+
466
+ @db_node_storage_size_in_gbs.setter
467
+ def db_node_storage_size_in_gbs(self, value: Optional[pulumi.Input[int]]):
468
+ pulumi.set(self, "db_node_storage_size_in_gbs", value)
469
+
470
+ @property
471
+ @pulumi.getter(name="dbServerVersion")
472
+ def db_server_version(self) -> Optional[pulumi.Input[str]]:
473
+ """
474
+ The software version of the database servers (dom0) in the Exadata infrastructure.
475
+ """
476
+ return pulumi.get(self, "db_server_version")
477
+
478
+ @db_server_version.setter
479
+ def db_server_version(self, value: Optional[pulumi.Input[str]]):
480
+ pulumi.set(self, "db_server_version", value)
481
+
482
+ @property
483
+ @pulumi.getter(name="definedFileSystemConfigurations")
484
+ def defined_file_system_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgs']]]]:
485
+ """
486
+ Details of the file system configuration of the Exadata infrastructure.
487
+ """
488
+ return pulumi.get(self, "defined_file_system_configurations")
489
+
490
+ @defined_file_system_configurations.setter
491
+ def defined_file_system_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgs']]]]):
492
+ pulumi.set(self, "defined_file_system_configurations", value)
493
+
494
+ @property
495
+ @pulumi.getter(name="definedTags")
496
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
497
+ """
498
+ 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).
499
+ """
500
+ return pulumi.get(self, "defined_tags")
501
+
502
+ @defined_tags.setter
503
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
504
+ pulumi.set(self, "defined_tags", value)
505
+
506
+ @property
507
+ @pulumi.getter(name="displayName")
508
+ def display_name(self) -> Optional[pulumi.Input[str]]:
509
+ """
510
+ The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
511
+ """
512
+ return pulumi.get(self, "display_name")
513
+
514
+ @display_name.setter
515
+ def display_name(self, value: Optional[pulumi.Input[str]]):
516
+ pulumi.set(self, "display_name", value)
517
+
518
+ @property
519
+ @pulumi.getter(name="dnsServers")
520
+ def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
521
+ """
522
+ The list of DNS server IP addresses. Maximum of 3 allowed.
523
+ """
524
+ return pulumi.get(self, "dns_servers")
525
+
526
+ @dns_servers.setter
527
+ def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
528
+ pulumi.set(self, "dns_servers", value)
529
+
530
+ @property
531
+ @pulumi.getter(name="exadataInfrastructureId")
532
+ def exadata_infrastructure_id(self) -> Optional[pulumi.Input[str]]:
533
+ """
534
+ The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
535
+ """
536
+ return pulumi.get(self, "exadata_infrastructure_id")
537
+
538
+ @exadata_infrastructure_id.setter
539
+ def exadata_infrastructure_id(self, value: Optional[pulumi.Input[str]]):
540
+ pulumi.set(self, "exadata_infrastructure_id", value)
541
+
542
+ @property
543
+ @pulumi.getter(name="exascaleConfigs")
544
+ def exascale_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgs']]]]:
545
+ """
546
+ The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
547
+ """
548
+ return pulumi.get(self, "exascale_configs")
549
+
550
+ @exascale_configs.setter
551
+ def exascale_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgs']]]]):
552
+ pulumi.set(self, "exascale_configs", value)
553
+
554
+ @property
555
+ @pulumi.getter(name="freeformTags")
556
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
557
+ """
558
+ 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"}`
559
+ """
560
+ return pulumi.get(self, "freeform_tags")
561
+
562
+ @freeform_tags.setter
563
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
564
+ pulumi.set(self, "freeform_tags", value)
565
+
566
+ @property
567
+ @pulumi.getter
568
+ def gateway(self) -> Optional[pulumi.Input[str]]:
569
+ """
570
+ The gateway for the control plane network.
571
+ """
572
+ return pulumi.get(self, "gateway")
573
+
574
+ @gateway.setter
575
+ def gateway(self, value: Optional[pulumi.Input[str]]):
576
+ pulumi.set(self, "gateway", value)
577
+
578
+ @property
579
+ @pulumi.getter(name="infiniBandNetworkCidr")
580
+ def infini_band_network_cidr(self) -> Optional[pulumi.Input[str]]:
581
+ """
582
+ The CIDR block for the Exadata InfiniBand interconnect.
583
+ """
584
+ return pulumi.get(self, "infini_band_network_cidr")
585
+
586
+ @infini_band_network_cidr.setter
587
+ def infini_band_network_cidr(self, value: Optional[pulumi.Input[str]]):
588
+ pulumi.set(self, "infini_band_network_cidr", value)
589
+
590
+ @property
591
+ @pulumi.getter(name="isCpsOfflineReportEnabled")
592
+ def is_cps_offline_report_enabled(self) -> Optional[pulumi.Input[bool]]:
593
+ """
594
+ Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
595
+ """
596
+ return pulumi.get(self, "is_cps_offline_report_enabled")
597
+
598
+ @is_cps_offline_report_enabled.setter
599
+ def is_cps_offline_report_enabled(self, value: Optional[pulumi.Input[bool]]):
600
+ pulumi.set(self, "is_cps_offline_report_enabled", value)
601
+
602
+ @property
603
+ @pulumi.getter(name="isMultiRackDeployment")
604
+ def is_multi_rack_deployment(self) -> Optional[pulumi.Input[bool]]:
605
+ """
606
+ Indicates if deployment is Multi-Rack or not.
607
+ """
608
+ return pulumi.get(self, "is_multi_rack_deployment")
609
+
610
+ @is_multi_rack_deployment.setter
611
+ def is_multi_rack_deployment(self, value: Optional[pulumi.Input[bool]]):
612
+ pulumi.set(self, "is_multi_rack_deployment", value)
613
+
614
+ @property
615
+ @pulumi.getter(name="isSchedulingPolicyAssociated")
616
+ def is_scheduling_policy_associated(self) -> Optional[pulumi.Input[bool]]:
617
+ """
618
+ If true, the infrastructure is using granular maintenance scheduling preference.
619
+ """
620
+ return pulumi.get(self, "is_scheduling_policy_associated")
621
+
622
+ @is_scheduling_policy_associated.setter
623
+ def is_scheduling_policy_associated(self, value: Optional[pulumi.Input[bool]]):
624
+ pulumi.set(self, "is_scheduling_policy_associated", value)
625
+
626
+ @property
627
+ @pulumi.getter(name="lifecycleDetails")
628
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
629
+ """
630
+ Additional information about the current lifecycle state.
631
+ """
632
+ return pulumi.get(self, "lifecycle_details")
633
+
634
+ @lifecycle_details.setter
635
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
636
+ pulumi.set(self, "lifecycle_details", value)
637
+
638
+ @property
639
+ @pulumi.getter(name="maintenanceSloStatus")
640
+ def maintenance_slo_status(self) -> Optional[pulumi.Input[str]]:
641
+ """
642
+ A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
643
+ """
644
+ return pulumi.get(self, "maintenance_slo_status")
645
+
646
+ @maintenance_slo_status.setter
647
+ def maintenance_slo_status(self, value: Optional[pulumi.Input[str]]):
648
+ pulumi.set(self, "maintenance_slo_status", value)
649
+
650
+ @property
651
+ @pulumi.getter(name="maintenanceWindows")
652
+ def maintenance_windows(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgs']]]]:
653
+ """
654
+ The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
655
+ """
656
+ return pulumi.get(self, "maintenance_windows")
657
+
658
+ @maintenance_windows.setter
659
+ def maintenance_windows(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgs']]]]):
660
+ pulumi.set(self, "maintenance_windows", value)
661
+
662
+ @property
663
+ @pulumi.getter(name="maxCpuCount")
664
+ def max_cpu_count(self) -> Optional[pulumi.Input[int]]:
665
+ """
666
+ The total number of CPU cores available.
667
+ """
668
+ return pulumi.get(self, "max_cpu_count")
669
+
670
+ @max_cpu_count.setter
671
+ def max_cpu_count(self, value: Optional[pulumi.Input[int]]):
672
+ pulumi.set(self, "max_cpu_count", value)
673
+
674
+ @property
675
+ @pulumi.getter(name="maxDataStorageInTbs")
676
+ def max_data_storage_in_tbs(self) -> Optional[pulumi.Input[float]]:
677
+ """
678
+ The total available DATA disk group size.
679
+ """
680
+ return pulumi.get(self, "max_data_storage_in_tbs")
681
+
682
+ @max_data_storage_in_tbs.setter
683
+ def max_data_storage_in_tbs(self, value: Optional[pulumi.Input[float]]):
684
+ pulumi.set(self, "max_data_storage_in_tbs", value)
685
+
686
+ @property
687
+ @pulumi.getter(name="maxDbNodeStorageInGbs")
688
+ def max_db_node_storage_in_gbs(self) -> Optional[pulumi.Input[int]]:
689
+ """
690
+ The total local node storage available in GBs.
691
+ """
692
+ return pulumi.get(self, "max_db_node_storage_in_gbs")
693
+
694
+ @max_db_node_storage_in_gbs.setter
695
+ def max_db_node_storage_in_gbs(self, value: Optional[pulumi.Input[int]]):
696
+ pulumi.set(self, "max_db_node_storage_in_gbs", value)
697
+
698
+ @property
699
+ @pulumi.getter(name="maxMemoryInGbs")
700
+ def max_memory_in_gbs(self) -> Optional[pulumi.Input[int]]:
701
+ """
702
+ The total memory available in GBs.
703
+ """
704
+ return pulumi.get(self, "max_memory_in_gbs")
705
+
706
+ @max_memory_in_gbs.setter
707
+ def max_memory_in_gbs(self, value: Optional[pulumi.Input[int]]):
708
+ pulumi.set(self, "max_memory_in_gbs", value)
709
+
710
+ @property
711
+ @pulumi.getter(name="memorySizeInGbs")
712
+ def memory_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
713
+ """
714
+ The memory allocated in GBs.
715
+ """
716
+ return pulumi.get(self, "memory_size_in_gbs")
717
+
718
+ @memory_size_in_gbs.setter
719
+ def memory_size_in_gbs(self, value: Optional[pulumi.Input[int]]):
720
+ pulumi.set(self, "memory_size_in_gbs", value)
721
+
722
+ @property
723
+ @pulumi.getter(name="monthlyDbServerVersion")
724
+ def monthly_db_server_version(self) -> Optional[pulumi.Input[str]]:
725
+ """
726
+ The monthly software version of the database servers (dom0) in the Exadata infrastructure.
727
+ """
728
+ return pulumi.get(self, "monthly_db_server_version")
729
+
730
+ @monthly_db_server_version.setter
731
+ def monthly_db_server_version(self, value: Optional[pulumi.Input[str]]):
732
+ pulumi.set(self, "monthly_db_server_version", value)
733
+
734
+ @property
735
+ @pulumi.getter(name="multiRackConfigurationFile")
736
+ def multi_rack_configuration_file(self) -> Optional[pulumi.Input[str]]:
737
+ """
738
+ The base64 encoded Multi-Rack configuration json file.
739
+ """
740
+ return pulumi.get(self, "multi_rack_configuration_file")
741
+
742
+ @multi_rack_configuration_file.setter
743
+ def multi_rack_configuration_file(self, value: Optional[pulumi.Input[str]]):
744
+ pulumi.set(self, "multi_rack_configuration_file", value)
745
+
746
+ @property
747
+ @pulumi.getter
748
+ def netmask(self) -> Optional[pulumi.Input[str]]:
749
+ """
750
+ The netmask for the control plane network.
751
+ """
752
+ return pulumi.get(self, "netmask")
753
+
754
+ @netmask.setter
755
+ def netmask(self, value: Optional[pulumi.Input[str]]):
756
+ pulumi.set(self, "netmask", value)
757
+
758
+ @property
759
+ @pulumi.getter(name="networkBondingModeDetails")
760
+ def network_bonding_mode_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgs']]]]:
761
+ """
762
+ Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
763
+ """
764
+ return pulumi.get(self, "network_bonding_mode_details")
765
+
766
+ @network_bonding_mode_details.setter
767
+ def network_bonding_mode_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgs']]]]):
768
+ pulumi.set(self, "network_bonding_mode_details", value)
769
+
770
+ @property
771
+ @pulumi.getter(name="ntpServers")
772
+ def ntp_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
773
+ """
774
+ The list of NTP server IP addresses. Maximum of 3 allowed.
775
+ """
776
+ return pulumi.get(self, "ntp_servers")
777
+
778
+ @ntp_servers.setter
779
+ def ntp_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
780
+ pulumi.set(self, "ntp_servers", value)
781
+
782
+ @property
783
+ @pulumi.getter(name="rackSerialNumber")
784
+ def rack_serial_number(self) -> Optional[pulumi.Input[str]]:
785
+ """
786
+ The serial number for the Exadata infrastructure.
787
+ """
788
+ return pulumi.get(self, "rack_serial_number")
789
+
790
+ @rack_serial_number.setter
791
+ def rack_serial_number(self, value: Optional[pulumi.Input[str]]):
792
+ pulumi.set(self, "rack_serial_number", value)
793
+
794
+ @property
795
+ @pulumi.getter
796
+ def shape(self) -> Optional[pulumi.Input[str]]:
797
+ """
798
+ The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
799
+ """
800
+ return pulumi.get(self, "shape")
801
+
802
+ @shape.setter
803
+ def shape(self, value: Optional[pulumi.Input[str]]):
804
+ pulumi.set(self, "shape", value)
805
+
806
+ @property
807
+ @pulumi.getter
808
+ def state(self) -> Optional[pulumi.Input[str]]:
809
+ """
810
+ The current lifecycle state of the Exadata infrastructure.
811
+ """
812
+ return pulumi.get(self, "state")
813
+
814
+ @state.setter
815
+ def state(self, value: Optional[pulumi.Input[str]]):
816
+ pulumi.set(self, "state", value)
817
+
818
+ @property
819
+ @pulumi.getter(name="storageCount")
820
+ def storage_count(self) -> Optional[pulumi.Input[int]]:
821
+ """
822
+ The number of Exadata storage servers for the Exadata infrastructure.
823
+ """
824
+ return pulumi.get(self, "storage_count")
825
+
826
+ @storage_count.setter
827
+ def storage_count(self, value: Optional[pulumi.Input[int]]):
828
+ pulumi.set(self, "storage_count", value)
829
+
830
+ @property
831
+ @pulumi.getter(name="storageServerVersion")
832
+ def storage_server_version(self) -> Optional[pulumi.Input[str]]:
833
+ """
834
+ The software version of the storage servers (cells) in the Exadata infrastructure.
835
+ """
836
+ return pulumi.get(self, "storage_server_version")
837
+
838
+ @storage_server_version.setter
839
+ def storage_server_version(self, value: Optional[pulumi.Input[str]]):
840
+ pulumi.set(self, "storage_server_version", value)
841
+
842
+ @property
843
+ @pulumi.getter(name="timeCreated")
844
+ def time_created(self) -> Optional[pulumi.Input[str]]:
845
+ """
846
+ The date and time the Exadata infrastructure was created.
847
+ """
848
+ return pulumi.get(self, "time_created")
849
+
850
+ @time_created.setter
851
+ def time_created(self, value: Optional[pulumi.Input[str]]):
852
+ pulumi.set(self, "time_created", value)
853
+
854
+ @property
855
+ @pulumi.getter(name="timeZone")
856
+ def time_zone(self) -> Optional[pulumi.Input[str]]:
857
+ """
858
+ The time zone of the Exadata infrastructure. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
859
+ """
860
+ return pulumi.get(self, "time_zone")
861
+
862
+ @time_zone.setter
863
+ def time_zone(self, value: Optional[pulumi.Input[str]]):
864
+ pulumi.set(self, "time_zone", value)
865
+
866
+ @property
867
+ @pulumi.getter(name="totalStorageInGbs")
868
+ def total_storage_in_gbs(self) -> Optional[pulumi.Input[int]]:
869
+ """
870
+ Storage size needed for Exascale in GBs.
871
+
872
+
873
+ ** IMPORTANT **
874
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
875
+ """
876
+ return pulumi.get(self, "total_storage_in_gbs")
877
+
878
+ @total_storage_in_gbs.setter
879
+ def total_storage_in_gbs(self, value: Optional[pulumi.Input[int]]):
880
+ pulumi.set(self, "total_storage_in_gbs", value)
881
+
882
+
883
+ class ExadataInfrastructureConfigureExascaleManagement(pulumi.CustomResource):
884
+ @overload
885
+ def __init__(__self__,
886
+ resource_name: str,
887
+ opts: Optional[pulumi.ResourceOptions] = None,
888
+ exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
889
+ total_storage_in_gbs: Optional[pulumi.Input[int]] = None,
890
+ __props__=None):
891
+ """
892
+ This resource provides the Exadata Infrastructure Configure Exascale Management resource in Oracle Cloud Infrastructure Database service.
893
+
894
+ Configures Exascale on Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only.
895
+
896
+ ## Example Usage
897
+
898
+ ```python
899
+ import pulumi
900
+ import pulumi_oci as oci
901
+
902
+ test_exadata_infrastructure_configure_exascale_management = oci.database.ExadataInfrastructureConfigureExascaleManagement("test_exadata_infrastructure_configure_exascale_management",
903
+ exadata_infrastructure_id=test_exadata_infrastructure["id"],
904
+ total_storage_in_gbs=exadata_infrastructure_configure_exascale_management_total_storage_in_gbs)
905
+ ```
906
+
907
+ ## Import
908
+
909
+ ExadataInfrastructureConfigureExascaleManagement can be imported using the `id`, e.g.
910
+
911
+ ```sh
912
+ $ pulumi import oci:Database/exadataInfrastructureConfigureExascaleManagement:ExadataInfrastructureConfigureExascaleManagement test_exadata_infrastructure_configure_exascale_management "id"
913
+ ```
914
+
915
+ :param str resource_name: The name of the resource.
916
+ :param pulumi.ResourceOptions opts: Options for the resource.
917
+ :param pulumi.Input[str] exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
918
+ :param pulumi.Input[int] total_storage_in_gbs: Storage size needed for Exascale in GBs.
919
+
920
+
921
+ ** IMPORTANT **
922
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
923
+ """
924
+ ...
925
+ @overload
926
+ def __init__(__self__,
927
+ resource_name: str,
928
+ args: ExadataInfrastructureConfigureExascaleManagementArgs,
929
+ opts: Optional[pulumi.ResourceOptions] = None):
930
+ """
931
+ This resource provides the Exadata Infrastructure Configure Exascale Management resource in Oracle Cloud Infrastructure Database service.
932
+
933
+ Configures Exascale on Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only.
934
+
935
+ ## Example Usage
936
+
937
+ ```python
938
+ import pulumi
939
+ import pulumi_oci as oci
940
+
941
+ test_exadata_infrastructure_configure_exascale_management = oci.database.ExadataInfrastructureConfigureExascaleManagement("test_exadata_infrastructure_configure_exascale_management",
942
+ exadata_infrastructure_id=test_exadata_infrastructure["id"],
943
+ total_storage_in_gbs=exadata_infrastructure_configure_exascale_management_total_storage_in_gbs)
944
+ ```
945
+
946
+ ## Import
947
+
948
+ ExadataInfrastructureConfigureExascaleManagement can be imported using the `id`, e.g.
949
+
950
+ ```sh
951
+ $ pulumi import oci:Database/exadataInfrastructureConfigureExascaleManagement:ExadataInfrastructureConfigureExascaleManagement test_exadata_infrastructure_configure_exascale_management "id"
952
+ ```
953
+
954
+ :param str resource_name: The name of the resource.
955
+ :param ExadataInfrastructureConfigureExascaleManagementArgs args: The arguments to use to populate this resource's properties.
956
+ :param pulumi.ResourceOptions opts: Options for the resource.
957
+ """
958
+ ...
959
+ def __init__(__self__, resource_name: str, *args, **kwargs):
960
+ resource_args, opts = _utilities.get_resource_args_opts(ExadataInfrastructureConfigureExascaleManagementArgs, pulumi.ResourceOptions, *args, **kwargs)
961
+ if resource_args is not None:
962
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
963
+ else:
964
+ __self__._internal_init(resource_name, *args, **kwargs)
965
+
966
+ def _internal_init(__self__,
967
+ resource_name: str,
968
+ opts: Optional[pulumi.ResourceOptions] = None,
969
+ exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
970
+ total_storage_in_gbs: Optional[pulumi.Input[int]] = None,
971
+ __props__=None):
972
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
973
+ if not isinstance(opts, pulumi.ResourceOptions):
974
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
975
+ if opts.id is None:
976
+ if __props__ is not None:
977
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
978
+ __props__ = ExadataInfrastructureConfigureExascaleManagementArgs.__new__(ExadataInfrastructureConfigureExascaleManagementArgs)
979
+
980
+ if exadata_infrastructure_id is None and not opts.urn:
981
+ raise TypeError("Missing required property 'exadata_infrastructure_id'")
982
+ __props__.__dict__["exadata_infrastructure_id"] = exadata_infrastructure_id
983
+ if total_storage_in_gbs is None and not opts.urn:
984
+ raise TypeError("Missing required property 'total_storage_in_gbs'")
985
+ __props__.__dict__["total_storage_in_gbs"] = total_storage_in_gbs
986
+ __props__.__dict__["activated_storage_count"] = None
987
+ __props__.__dict__["additional_compute_count"] = None
988
+ __props__.__dict__["additional_compute_system_model"] = None
989
+ __props__.__dict__["additional_storage_count"] = None
990
+ __props__.__dict__["admin_network_cidr"] = None
991
+ __props__.__dict__["availability_domain"] = None
992
+ __props__.__dict__["cloud_control_plane_server1"] = None
993
+ __props__.__dict__["cloud_control_plane_server2"] = None
994
+ __props__.__dict__["compartment_id"] = None
995
+ __props__.__dict__["compute_count"] = None
996
+ __props__.__dict__["contacts"] = None
997
+ __props__.__dict__["corporate_proxy"] = None
998
+ __props__.__dict__["cpus_enabled"] = None
999
+ __props__.__dict__["csi_number"] = None
1000
+ __props__.__dict__["data_storage_size_in_tbs"] = None
1001
+ __props__.__dict__["db_node_storage_size_in_gbs"] = None
1002
+ __props__.__dict__["db_server_version"] = None
1003
+ __props__.__dict__["defined_file_system_configurations"] = None
1004
+ __props__.__dict__["defined_tags"] = None
1005
+ __props__.__dict__["display_name"] = None
1006
+ __props__.__dict__["dns_servers"] = None
1007
+ __props__.__dict__["exascale_configs"] = None
1008
+ __props__.__dict__["freeform_tags"] = None
1009
+ __props__.__dict__["gateway"] = None
1010
+ __props__.__dict__["infini_band_network_cidr"] = None
1011
+ __props__.__dict__["is_cps_offline_report_enabled"] = None
1012
+ __props__.__dict__["is_multi_rack_deployment"] = None
1013
+ __props__.__dict__["is_scheduling_policy_associated"] = None
1014
+ __props__.__dict__["lifecycle_details"] = None
1015
+ __props__.__dict__["maintenance_slo_status"] = None
1016
+ __props__.__dict__["maintenance_windows"] = None
1017
+ __props__.__dict__["max_cpu_count"] = None
1018
+ __props__.__dict__["max_data_storage_in_tbs"] = None
1019
+ __props__.__dict__["max_db_node_storage_in_gbs"] = None
1020
+ __props__.__dict__["max_memory_in_gbs"] = None
1021
+ __props__.__dict__["memory_size_in_gbs"] = None
1022
+ __props__.__dict__["monthly_db_server_version"] = None
1023
+ __props__.__dict__["multi_rack_configuration_file"] = None
1024
+ __props__.__dict__["netmask"] = None
1025
+ __props__.__dict__["network_bonding_mode_details"] = None
1026
+ __props__.__dict__["ntp_servers"] = None
1027
+ __props__.__dict__["rack_serial_number"] = None
1028
+ __props__.__dict__["shape"] = None
1029
+ __props__.__dict__["state"] = None
1030
+ __props__.__dict__["storage_count"] = None
1031
+ __props__.__dict__["storage_server_version"] = None
1032
+ __props__.__dict__["time_created"] = None
1033
+ __props__.__dict__["time_zone"] = None
1034
+ super(ExadataInfrastructureConfigureExascaleManagement, __self__).__init__(
1035
+ 'oci:Database/exadataInfrastructureConfigureExascaleManagement:ExadataInfrastructureConfigureExascaleManagement',
1036
+ resource_name,
1037
+ __props__,
1038
+ opts)
1039
+
1040
+ @staticmethod
1041
+ def get(resource_name: str,
1042
+ id: pulumi.Input[str],
1043
+ opts: Optional[pulumi.ResourceOptions] = None,
1044
+ activated_storage_count: Optional[pulumi.Input[int]] = None,
1045
+ additional_compute_count: Optional[pulumi.Input[int]] = None,
1046
+ additional_compute_system_model: Optional[pulumi.Input[str]] = None,
1047
+ additional_storage_count: Optional[pulumi.Input[int]] = None,
1048
+ admin_network_cidr: Optional[pulumi.Input[str]] = None,
1049
+ availability_domain: Optional[pulumi.Input[str]] = None,
1050
+ cloud_control_plane_server1: Optional[pulumi.Input[str]] = None,
1051
+ cloud_control_plane_server2: Optional[pulumi.Input[str]] = None,
1052
+ compartment_id: Optional[pulumi.Input[str]] = None,
1053
+ compute_count: Optional[pulumi.Input[int]] = None,
1054
+ contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementContactArgs', 'ExadataInfrastructureConfigureExascaleManagementContactArgsDict']]]]] = None,
1055
+ corporate_proxy: Optional[pulumi.Input[str]] = None,
1056
+ cpus_enabled: Optional[pulumi.Input[int]] = None,
1057
+ csi_number: Optional[pulumi.Input[str]] = None,
1058
+ data_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
1059
+ db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
1060
+ db_server_version: Optional[pulumi.Input[str]] = None,
1061
+ defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgs', 'ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgsDict']]]]] = None,
1062
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1063
+ display_name: Optional[pulumi.Input[str]] = None,
1064
+ dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1065
+ exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
1066
+ exascale_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgs', 'ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgsDict']]]]] = None,
1067
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1068
+ gateway: Optional[pulumi.Input[str]] = None,
1069
+ infini_band_network_cidr: Optional[pulumi.Input[str]] = None,
1070
+ is_cps_offline_report_enabled: Optional[pulumi.Input[bool]] = None,
1071
+ is_multi_rack_deployment: Optional[pulumi.Input[bool]] = None,
1072
+ is_scheduling_policy_associated: Optional[pulumi.Input[bool]] = None,
1073
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
1074
+ maintenance_slo_status: Optional[pulumi.Input[str]] = None,
1075
+ maintenance_windows: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgs', 'ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgsDict']]]]] = None,
1076
+ max_cpu_count: Optional[pulumi.Input[int]] = None,
1077
+ max_data_storage_in_tbs: Optional[pulumi.Input[float]] = None,
1078
+ max_db_node_storage_in_gbs: Optional[pulumi.Input[int]] = None,
1079
+ max_memory_in_gbs: Optional[pulumi.Input[int]] = None,
1080
+ memory_size_in_gbs: Optional[pulumi.Input[int]] = None,
1081
+ monthly_db_server_version: Optional[pulumi.Input[str]] = None,
1082
+ multi_rack_configuration_file: Optional[pulumi.Input[str]] = None,
1083
+ netmask: Optional[pulumi.Input[str]] = None,
1084
+ network_bonding_mode_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgs', 'ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgsDict']]]]] = None,
1085
+ ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1086
+ rack_serial_number: Optional[pulumi.Input[str]] = None,
1087
+ shape: Optional[pulumi.Input[str]] = None,
1088
+ state: Optional[pulumi.Input[str]] = None,
1089
+ storage_count: Optional[pulumi.Input[int]] = None,
1090
+ storage_server_version: Optional[pulumi.Input[str]] = None,
1091
+ time_created: Optional[pulumi.Input[str]] = None,
1092
+ time_zone: Optional[pulumi.Input[str]] = None,
1093
+ total_storage_in_gbs: Optional[pulumi.Input[int]] = None) -> 'ExadataInfrastructureConfigureExascaleManagement':
1094
+ """
1095
+ Get an existing ExadataInfrastructureConfigureExascaleManagement resource's state with the given name, id, and optional extra
1096
+ properties used to qualify the lookup.
1097
+
1098
+ :param str resource_name: The unique name of the resulting resource.
1099
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1100
+ :param pulumi.ResourceOptions opts: Options for the resource.
1101
+ :param pulumi.Input[int] activated_storage_count: The requested number of additional storage servers activated for the Exadata infrastructure.
1102
+ :param pulumi.Input[int] additional_compute_count: The requested number of additional compute servers for the Exadata infrastructure.
1103
+ :param pulumi.Input[str] additional_compute_system_model: Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
1104
+ :param pulumi.Input[int] additional_storage_count: The requested number of additional storage servers for the Exadata infrastructure.
1105
+ :param pulumi.Input[str] admin_network_cidr: The CIDR block for the Exadata administration network.
1106
+ :param pulumi.Input[str] availability_domain: The name of the availability domain that the Exadata infrastructure is located in.
1107
+ :param pulumi.Input[str] cloud_control_plane_server1: The IP address for the first control plane server.
1108
+ :param pulumi.Input[str] cloud_control_plane_server2: The IP address for the second control plane server.
1109
+ :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
1110
+ :param pulumi.Input[int] compute_count: The number of compute servers for the Exadata infrastructure.
1111
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementContactArgs', 'ExadataInfrastructureConfigureExascaleManagementContactArgsDict']]]] contacts: The list of contacts for the Exadata infrastructure.
1112
+ :param pulumi.Input[str] corporate_proxy: The corporate network proxy for access to the control plane network.
1113
+ :param pulumi.Input[int] cpus_enabled: The number of enabled CPU cores.
1114
+ :param pulumi.Input[str] csi_number: The CSI Number of the Exadata infrastructure.
1115
+ :param pulumi.Input[float] data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
1116
+ :param pulumi.Input[int] db_node_storage_size_in_gbs: The local node storage allocated in GBs.
1117
+ :param pulumi.Input[str] db_server_version: The software version of the database servers (dom0) in the Exadata infrastructure.
1118
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgs', 'ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfigurationArgsDict']]]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
1119
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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).
1120
+ :param pulumi.Input[str] display_name: The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
1121
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: The list of DNS server IP addresses. Maximum of 3 allowed.
1122
+ :param pulumi.Input[str] exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1123
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgs', 'ExadataInfrastructureConfigureExascaleManagementExascaleConfigArgsDict']]]] exascale_configs: The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
1124
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
1125
+ :param pulumi.Input[str] gateway: The gateway for the control plane network.
1126
+ :param pulumi.Input[str] infini_band_network_cidr: The CIDR block for the Exadata InfiniBand interconnect.
1127
+ :param pulumi.Input[bool] is_cps_offline_report_enabled: Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
1128
+ :param pulumi.Input[bool] is_multi_rack_deployment: Indicates if deployment is Multi-Rack or not.
1129
+ :param pulumi.Input[bool] is_scheduling_policy_associated: If true, the infrastructure is using granular maintenance scheduling preference.
1130
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
1131
+ :param pulumi.Input[str] maintenance_slo_status: A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
1132
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgs', 'ExadataInfrastructureConfigureExascaleManagementMaintenanceWindowArgsDict']]]] maintenance_windows: The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
1133
+ :param pulumi.Input[int] max_cpu_count: The total number of CPU cores available.
1134
+ :param pulumi.Input[float] max_data_storage_in_tbs: The total available DATA disk group size.
1135
+ :param pulumi.Input[int] max_db_node_storage_in_gbs: The total local node storage available in GBs.
1136
+ :param pulumi.Input[int] max_memory_in_gbs: The total memory available in GBs.
1137
+ :param pulumi.Input[int] memory_size_in_gbs: The memory allocated in GBs.
1138
+ :param pulumi.Input[str] monthly_db_server_version: The monthly software version of the database servers (dom0) in the Exadata infrastructure.
1139
+ :param pulumi.Input[str] multi_rack_configuration_file: The base64 encoded Multi-Rack configuration json file.
1140
+ :param pulumi.Input[str] netmask: The netmask for the control plane network.
1141
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgs', 'ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetailArgsDict']]]] network_bonding_mode_details: Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
1142
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ntp_servers: The list of NTP server IP addresses. Maximum of 3 allowed.
1143
+ :param pulumi.Input[str] rack_serial_number: The serial number for the Exadata infrastructure.
1144
+ :param pulumi.Input[str] shape: The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
1145
+ :param pulumi.Input[str] state: The current lifecycle state of the Exadata infrastructure.
1146
+ :param pulumi.Input[int] storage_count: The number of Exadata storage servers for the Exadata infrastructure.
1147
+ :param pulumi.Input[str] storage_server_version: The software version of the storage servers (cells) in the Exadata infrastructure.
1148
+ :param pulumi.Input[str] time_created: The date and time the Exadata infrastructure was created.
1149
+ :param pulumi.Input[str] time_zone: The time zone of the Exadata infrastructure. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
1150
+ :param pulumi.Input[int] total_storage_in_gbs: Storage size needed for Exascale in GBs.
1151
+
1152
+
1153
+ ** IMPORTANT **
1154
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1155
+ """
1156
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1157
+
1158
+ __props__ = _ExadataInfrastructureConfigureExascaleManagementState.__new__(_ExadataInfrastructureConfigureExascaleManagementState)
1159
+
1160
+ __props__.__dict__["activated_storage_count"] = activated_storage_count
1161
+ __props__.__dict__["additional_compute_count"] = additional_compute_count
1162
+ __props__.__dict__["additional_compute_system_model"] = additional_compute_system_model
1163
+ __props__.__dict__["additional_storage_count"] = additional_storage_count
1164
+ __props__.__dict__["admin_network_cidr"] = admin_network_cidr
1165
+ __props__.__dict__["availability_domain"] = availability_domain
1166
+ __props__.__dict__["cloud_control_plane_server1"] = cloud_control_plane_server1
1167
+ __props__.__dict__["cloud_control_plane_server2"] = cloud_control_plane_server2
1168
+ __props__.__dict__["compartment_id"] = compartment_id
1169
+ __props__.__dict__["compute_count"] = compute_count
1170
+ __props__.__dict__["contacts"] = contacts
1171
+ __props__.__dict__["corporate_proxy"] = corporate_proxy
1172
+ __props__.__dict__["cpus_enabled"] = cpus_enabled
1173
+ __props__.__dict__["csi_number"] = csi_number
1174
+ __props__.__dict__["data_storage_size_in_tbs"] = data_storage_size_in_tbs
1175
+ __props__.__dict__["db_node_storage_size_in_gbs"] = db_node_storage_size_in_gbs
1176
+ __props__.__dict__["db_server_version"] = db_server_version
1177
+ __props__.__dict__["defined_file_system_configurations"] = defined_file_system_configurations
1178
+ __props__.__dict__["defined_tags"] = defined_tags
1179
+ __props__.__dict__["display_name"] = display_name
1180
+ __props__.__dict__["dns_servers"] = dns_servers
1181
+ __props__.__dict__["exadata_infrastructure_id"] = exadata_infrastructure_id
1182
+ __props__.__dict__["exascale_configs"] = exascale_configs
1183
+ __props__.__dict__["freeform_tags"] = freeform_tags
1184
+ __props__.__dict__["gateway"] = gateway
1185
+ __props__.__dict__["infini_band_network_cidr"] = infini_band_network_cidr
1186
+ __props__.__dict__["is_cps_offline_report_enabled"] = is_cps_offline_report_enabled
1187
+ __props__.__dict__["is_multi_rack_deployment"] = is_multi_rack_deployment
1188
+ __props__.__dict__["is_scheduling_policy_associated"] = is_scheduling_policy_associated
1189
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
1190
+ __props__.__dict__["maintenance_slo_status"] = maintenance_slo_status
1191
+ __props__.__dict__["maintenance_windows"] = maintenance_windows
1192
+ __props__.__dict__["max_cpu_count"] = max_cpu_count
1193
+ __props__.__dict__["max_data_storage_in_tbs"] = max_data_storage_in_tbs
1194
+ __props__.__dict__["max_db_node_storage_in_gbs"] = max_db_node_storage_in_gbs
1195
+ __props__.__dict__["max_memory_in_gbs"] = max_memory_in_gbs
1196
+ __props__.__dict__["memory_size_in_gbs"] = memory_size_in_gbs
1197
+ __props__.__dict__["monthly_db_server_version"] = monthly_db_server_version
1198
+ __props__.__dict__["multi_rack_configuration_file"] = multi_rack_configuration_file
1199
+ __props__.__dict__["netmask"] = netmask
1200
+ __props__.__dict__["network_bonding_mode_details"] = network_bonding_mode_details
1201
+ __props__.__dict__["ntp_servers"] = ntp_servers
1202
+ __props__.__dict__["rack_serial_number"] = rack_serial_number
1203
+ __props__.__dict__["shape"] = shape
1204
+ __props__.__dict__["state"] = state
1205
+ __props__.__dict__["storage_count"] = storage_count
1206
+ __props__.__dict__["storage_server_version"] = storage_server_version
1207
+ __props__.__dict__["time_created"] = time_created
1208
+ __props__.__dict__["time_zone"] = time_zone
1209
+ __props__.__dict__["total_storage_in_gbs"] = total_storage_in_gbs
1210
+ return ExadataInfrastructureConfigureExascaleManagement(resource_name, opts=opts, __props__=__props__)
1211
+
1212
+ @property
1213
+ @pulumi.getter(name="activatedStorageCount")
1214
+ def activated_storage_count(self) -> pulumi.Output[int]:
1215
+ """
1216
+ The requested number of additional storage servers activated for the Exadata infrastructure.
1217
+ """
1218
+ return pulumi.get(self, "activated_storage_count")
1219
+
1220
+ @property
1221
+ @pulumi.getter(name="additionalComputeCount")
1222
+ def additional_compute_count(self) -> pulumi.Output[int]:
1223
+ """
1224
+ The requested number of additional compute servers for the Exadata infrastructure.
1225
+ """
1226
+ return pulumi.get(self, "additional_compute_count")
1227
+
1228
+ @property
1229
+ @pulumi.getter(name="additionalComputeSystemModel")
1230
+ def additional_compute_system_model(self) -> pulumi.Output[str]:
1231
+ """
1232
+ Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
1233
+ """
1234
+ return pulumi.get(self, "additional_compute_system_model")
1235
+
1236
+ @property
1237
+ @pulumi.getter(name="additionalStorageCount")
1238
+ def additional_storage_count(self) -> pulumi.Output[int]:
1239
+ """
1240
+ The requested number of additional storage servers for the Exadata infrastructure.
1241
+ """
1242
+ return pulumi.get(self, "additional_storage_count")
1243
+
1244
+ @property
1245
+ @pulumi.getter(name="adminNetworkCidr")
1246
+ def admin_network_cidr(self) -> pulumi.Output[str]:
1247
+ """
1248
+ The CIDR block for the Exadata administration network.
1249
+ """
1250
+ return pulumi.get(self, "admin_network_cidr")
1251
+
1252
+ @property
1253
+ @pulumi.getter(name="availabilityDomain")
1254
+ def availability_domain(self) -> pulumi.Output[str]:
1255
+ """
1256
+ The name of the availability domain that the Exadata infrastructure is located in.
1257
+ """
1258
+ return pulumi.get(self, "availability_domain")
1259
+
1260
+ @property
1261
+ @pulumi.getter(name="cloudControlPlaneServer1")
1262
+ def cloud_control_plane_server1(self) -> pulumi.Output[str]:
1263
+ """
1264
+ The IP address for the first control plane server.
1265
+ """
1266
+ return pulumi.get(self, "cloud_control_plane_server1")
1267
+
1268
+ @property
1269
+ @pulumi.getter(name="cloudControlPlaneServer2")
1270
+ def cloud_control_plane_server2(self) -> pulumi.Output[str]:
1271
+ """
1272
+ The IP address for the second control plane server.
1273
+ """
1274
+ return pulumi.get(self, "cloud_control_plane_server2")
1275
+
1276
+ @property
1277
+ @pulumi.getter(name="compartmentId")
1278
+ def compartment_id(self) -> pulumi.Output[str]:
1279
+ """
1280
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
1281
+ """
1282
+ return pulumi.get(self, "compartment_id")
1283
+
1284
+ @property
1285
+ @pulumi.getter(name="computeCount")
1286
+ def compute_count(self) -> pulumi.Output[int]:
1287
+ """
1288
+ The number of compute servers for the Exadata infrastructure.
1289
+ """
1290
+ return pulumi.get(self, "compute_count")
1291
+
1292
+ @property
1293
+ @pulumi.getter
1294
+ def contacts(self) -> pulumi.Output[Sequence['outputs.ExadataInfrastructureConfigureExascaleManagementContact']]:
1295
+ """
1296
+ The list of contacts for the Exadata infrastructure.
1297
+ """
1298
+ return pulumi.get(self, "contacts")
1299
+
1300
+ @property
1301
+ @pulumi.getter(name="corporateProxy")
1302
+ def corporate_proxy(self) -> pulumi.Output[str]:
1303
+ """
1304
+ The corporate network proxy for access to the control plane network.
1305
+ """
1306
+ return pulumi.get(self, "corporate_proxy")
1307
+
1308
+ @property
1309
+ @pulumi.getter(name="cpusEnabled")
1310
+ def cpus_enabled(self) -> pulumi.Output[int]:
1311
+ """
1312
+ The number of enabled CPU cores.
1313
+ """
1314
+ return pulumi.get(self, "cpus_enabled")
1315
+
1316
+ @property
1317
+ @pulumi.getter(name="csiNumber")
1318
+ def csi_number(self) -> pulumi.Output[str]:
1319
+ """
1320
+ The CSI Number of the Exadata infrastructure.
1321
+ """
1322
+ return pulumi.get(self, "csi_number")
1323
+
1324
+ @property
1325
+ @pulumi.getter(name="dataStorageSizeInTbs")
1326
+ def data_storage_size_in_tbs(self) -> pulumi.Output[float]:
1327
+ """
1328
+ Size, in terabytes, of the DATA disk group.
1329
+ """
1330
+ return pulumi.get(self, "data_storage_size_in_tbs")
1331
+
1332
+ @property
1333
+ @pulumi.getter(name="dbNodeStorageSizeInGbs")
1334
+ def db_node_storage_size_in_gbs(self) -> pulumi.Output[int]:
1335
+ """
1336
+ The local node storage allocated in GBs.
1337
+ """
1338
+ return pulumi.get(self, "db_node_storage_size_in_gbs")
1339
+
1340
+ @property
1341
+ @pulumi.getter(name="dbServerVersion")
1342
+ def db_server_version(self) -> pulumi.Output[str]:
1343
+ """
1344
+ The software version of the database servers (dom0) in the Exadata infrastructure.
1345
+ """
1346
+ return pulumi.get(self, "db_server_version")
1347
+
1348
+ @property
1349
+ @pulumi.getter(name="definedFileSystemConfigurations")
1350
+ def defined_file_system_configurations(self) -> pulumi.Output[Sequence['outputs.ExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfiguration']]:
1351
+ """
1352
+ Details of the file system configuration of the Exadata infrastructure.
1353
+ """
1354
+ return pulumi.get(self, "defined_file_system_configurations")
1355
+
1356
+ @property
1357
+ @pulumi.getter(name="definedTags")
1358
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
1359
+ """
1360
+ 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).
1361
+ """
1362
+ return pulumi.get(self, "defined_tags")
1363
+
1364
+ @property
1365
+ @pulumi.getter(name="displayName")
1366
+ def display_name(self) -> pulumi.Output[str]:
1367
+ """
1368
+ The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
1369
+ """
1370
+ return pulumi.get(self, "display_name")
1371
+
1372
+ @property
1373
+ @pulumi.getter(name="dnsServers")
1374
+ def dns_servers(self) -> pulumi.Output[Sequence[str]]:
1375
+ """
1376
+ The list of DNS server IP addresses. Maximum of 3 allowed.
1377
+ """
1378
+ return pulumi.get(self, "dns_servers")
1379
+
1380
+ @property
1381
+ @pulumi.getter(name="exadataInfrastructureId")
1382
+ def exadata_infrastructure_id(self) -> pulumi.Output[str]:
1383
+ """
1384
+ The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1385
+ """
1386
+ return pulumi.get(self, "exadata_infrastructure_id")
1387
+
1388
+ @property
1389
+ @pulumi.getter(name="exascaleConfigs")
1390
+ def exascale_configs(self) -> pulumi.Output[Sequence['outputs.ExadataInfrastructureConfigureExascaleManagementExascaleConfig']]:
1391
+ """
1392
+ The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
1393
+ """
1394
+ return pulumi.get(self, "exascale_configs")
1395
+
1396
+ @property
1397
+ @pulumi.getter(name="freeformTags")
1398
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
1399
+ """
1400
+ 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"}`
1401
+ """
1402
+ return pulumi.get(self, "freeform_tags")
1403
+
1404
+ @property
1405
+ @pulumi.getter
1406
+ def gateway(self) -> pulumi.Output[str]:
1407
+ """
1408
+ The gateway for the control plane network.
1409
+ """
1410
+ return pulumi.get(self, "gateway")
1411
+
1412
+ @property
1413
+ @pulumi.getter(name="infiniBandNetworkCidr")
1414
+ def infini_band_network_cidr(self) -> pulumi.Output[str]:
1415
+ """
1416
+ The CIDR block for the Exadata InfiniBand interconnect.
1417
+ """
1418
+ return pulumi.get(self, "infini_band_network_cidr")
1419
+
1420
+ @property
1421
+ @pulumi.getter(name="isCpsOfflineReportEnabled")
1422
+ def is_cps_offline_report_enabled(self) -> pulumi.Output[bool]:
1423
+ """
1424
+ Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
1425
+ """
1426
+ return pulumi.get(self, "is_cps_offline_report_enabled")
1427
+
1428
+ @property
1429
+ @pulumi.getter(name="isMultiRackDeployment")
1430
+ def is_multi_rack_deployment(self) -> pulumi.Output[bool]:
1431
+ """
1432
+ Indicates if deployment is Multi-Rack or not.
1433
+ """
1434
+ return pulumi.get(self, "is_multi_rack_deployment")
1435
+
1436
+ @property
1437
+ @pulumi.getter(name="isSchedulingPolicyAssociated")
1438
+ def is_scheduling_policy_associated(self) -> pulumi.Output[bool]:
1439
+ """
1440
+ If true, the infrastructure is using granular maintenance scheduling preference.
1441
+ """
1442
+ return pulumi.get(self, "is_scheduling_policy_associated")
1443
+
1444
+ @property
1445
+ @pulumi.getter(name="lifecycleDetails")
1446
+ def lifecycle_details(self) -> pulumi.Output[str]:
1447
+ """
1448
+ Additional information about the current lifecycle state.
1449
+ """
1450
+ return pulumi.get(self, "lifecycle_details")
1451
+
1452
+ @property
1453
+ @pulumi.getter(name="maintenanceSloStatus")
1454
+ def maintenance_slo_status(self) -> pulumi.Output[str]:
1455
+ """
1456
+ A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
1457
+ """
1458
+ return pulumi.get(self, "maintenance_slo_status")
1459
+
1460
+ @property
1461
+ @pulumi.getter(name="maintenanceWindows")
1462
+ def maintenance_windows(self) -> pulumi.Output[Sequence['outputs.ExadataInfrastructureConfigureExascaleManagementMaintenanceWindow']]:
1463
+ """
1464
+ The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
1465
+ """
1466
+ return pulumi.get(self, "maintenance_windows")
1467
+
1468
+ @property
1469
+ @pulumi.getter(name="maxCpuCount")
1470
+ def max_cpu_count(self) -> pulumi.Output[int]:
1471
+ """
1472
+ The total number of CPU cores available.
1473
+ """
1474
+ return pulumi.get(self, "max_cpu_count")
1475
+
1476
+ @property
1477
+ @pulumi.getter(name="maxDataStorageInTbs")
1478
+ def max_data_storage_in_tbs(self) -> pulumi.Output[float]:
1479
+ """
1480
+ The total available DATA disk group size.
1481
+ """
1482
+ return pulumi.get(self, "max_data_storage_in_tbs")
1483
+
1484
+ @property
1485
+ @pulumi.getter(name="maxDbNodeStorageInGbs")
1486
+ def max_db_node_storage_in_gbs(self) -> pulumi.Output[int]:
1487
+ """
1488
+ The total local node storage available in GBs.
1489
+ """
1490
+ return pulumi.get(self, "max_db_node_storage_in_gbs")
1491
+
1492
+ @property
1493
+ @pulumi.getter(name="maxMemoryInGbs")
1494
+ def max_memory_in_gbs(self) -> pulumi.Output[int]:
1495
+ """
1496
+ The total memory available in GBs.
1497
+ """
1498
+ return pulumi.get(self, "max_memory_in_gbs")
1499
+
1500
+ @property
1501
+ @pulumi.getter(name="memorySizeInGbs")
1502
+ def memory_size_in_gbs(self) -> pulumi.Output[int]:
1503
+ """
1504
+ The memory allocated in GBs.
1505
+ """
1506
+ return pulumi.get(self, "memory_size_in_gbs")
1507
+
1508
+ @property
1509
+ @pulumi.getter(name="monthlyDbServerVersion")
1510
+ def monthly_db_server_version(self) -> pulumi.Output[str]:
1511
+ """
1512
+ The monthly software version of the database servers (dom0) in the Exadata infrastructure.
1513
+ """
1514
+ return pulumi.get(self, "monthly_db_server_version")
1515
+
1516
+ @property
1517
+ @pulumi.getter(name="multiRackConfigurationFile")
1518
+ def multi_rack_configuration_file(self) -> pulumi.Output[str]:
1519
+ """
1520
+ The base64 encoded Multi-Rack configuration json file.
1521
+ """
1522
+ return pulumi.get(self, "multi_rack_configuration_file")
1523
+
1524
+ @property
1525
+ @pulumi.getter
1526
+ def netmask(self) -> pulumi.Output[str]:
1527
+ """
1528
+ The netmask for the control plane network.
1529
+ """
1530
+ return pulumi.get(self, "netmask")
1531
+
1532
+ @property
1533
+ @pulumi.getter(name="networkBondingModeDetails")
1534
+ def network_bonding_mode_details(self) -> pulumi.Output[Sequence['outputs.ExadataInfrastructureConfigureExascaleManagementNetworkBondingModeDetail']]:
1535
+ """
1536
+ Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
1537
+ """
1538
+ return pulumi.get(self, "network_bonding_mode_details")
1539
+
1540
+ @property
1541
+ @pulumi.getter(name="ntpServers")
1542
+ def ntp_servers(self) -> pulumi.Output[Sequence[str]]:
1543
+ """
1544
+ The list of NTP server IP addresses. Maximum of 3 allowed.
1545
+ """
1546
+ return pulumi.get(self, "ntp_servers")
1547
+
1548
+ @property
1549
+ @pulumi.getter(name="rackSerialNumber")
1550
+ def rack_serial_number(self) -> pulumi.Output[str]:
1551
+ """
1552
+ The serial number for the Exadata infrastructure.
1553
+ """
1554
+ return pulumi.get(self, "rack_serial_number")
1555
+
1556
+ @property
1557
+ @pulumi.getter
1558
+ def shape(self) -> pulumi.Output[str]:
1559
+ """
1560
+ The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
1561
+ """
1562
+ return pulumi.get(self, "shape")
1563
+
1564
+ @property
1565
+ @pulumi.getter
1566
+ def state(self) -> pulumi.Output[str]:
1567
+ """
1568
+ The current lifecycle state of the Exadata infrastructure.
1569
+ """
1570
+ return pulumi.get(self, "state")
1571
+
1572
+ @property
1573
+ @pulumi.getter(name="storageCount")
1574
+ def storage_count(self) -> pulumi.Output[int]:
1575
+ """
1576
+ The number of Exadata storage servers for the Exadata infrastructure.
1577
+ """
1578
+ return pulumi.get(self, "storage_count")
1579
+
1580
+ @property
1581
+ @pulumi.getter(name="storageServerVersion")
1582
+ def storage_server_version(self) -> pulumi.Output[str]:
1583
+ """
1584
+ The software version of the storage servers (cells) in the Exadata infrastructure.
1585
+ """
1586
+ return pulumi.get(self, "storage_server_version")
1587
+
1588
+ @property
1589
+ @pulumi.getter(name="timeCreated")
1590
+ def time_created(self) -> pulumi.Output[str]:
1591
+ """
1592
+ The date and time the Exadata infrastructure was created.
1593
+ """
1594
+ return pulumi.get(self, "time_created")
1595
+
1596
+ @property
1597
+ @pulumi.getter(name="timeZone")
1598
+ def time_zone(self) -> pulumi.Output[str]:
1599
+ """
1600
+ The time zone of the Exadata infrastructure. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
1601
+ """
1602
+ return pulumi.get(self, "time_zone")
1603
+
1604
+ @property
1605
+ @pulumi.getter(name="totalStorageInGbs")
1606
+ def total_storage_in_gbs(self) -> pulumi.Output[int]:
1607
+ """
1608
+ Storage size needed for Exascale in GBs.
1609
+
1610
+
1611
+ ** IMPORTANT **
1612
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1613
+ """
1614
+ return pulumi.get(self, "total_storage_in_gbs")
1615
+