CloudExadataInfrastructureProperties(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Various properties of Exadata Infrastructure.
Attributes |
|
---|---|
Name | Description |
ocid |
str
Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle |
compute_count |
int
Optional. The number of compute servers for the Exadata Infrastructure. |
storage_count |
int
Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure. |
total_storage_size_gb |
int
Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB). |
available_storage_size_gb |
int
Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB). |
maintenance_window |
google.cloud.oracledatabase_v1.types.MaintenanceWindow
Optional. Maintenance window for repair. |
state |
google.cloud.oracledatabase_v1.types.CloudExadataInfrastructureProperties.State
Output only. The current lifecycle state of the Exadata Infrastructure. |
shape |
str
Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance. |
oci_url |
str
Output only. Deep link to the OCI console to view this resource. |
cpu_count |
int
Output only. The number of enabled CPU cores. |
max_cpu_count |
int
Output only. The total number of CPU cores available. |
memory_size_gb |
int
Output only. The memory allocated in GBs. |
max_memory_gb |
int
Output only. The total memory available in GBs. |
db_node_storage_size_gb |
int
Output only. The local node storage allocated in GBs. |
max_db_node_storage_size_gb |
int
Output only. The total local node storage available in GBs. |
data_storage_size_tb |
float
Output only. Size, in terabytes, of the DATA disk group. |
max_data_storage_tb |
float
Output only. The total available DATA disk group size. |
activated_storage_count |
int
Output only. The requested number of additional storage servers activated for the Exadata Infrastructure. |
additional_storage_count |
int
Output only. The requested number of additional storage servers for the Exadata Infrastructure. |
db_server_version |
str
Output only. The software version of the database servers (dom0) in the Exadata Infrastructure. |
storage_server_version |
str
Output only. The software version of the storage servers (cells) in the Exadata Infrastructure. |
next_maintenance_run_id |
str
Output only. The OCID of the next maintenance run. |
next_maintenance_run_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the next maintenance run will occur. |
next_security_maintenance_run_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the next security maintenance run will occur. |
customer_contacts |
MutableSequence[google.cloud.oracledatabase_v1.types.CustomerContact]
Optional. The list of customer contacts. |
monthly_storage_server_version |
str
Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15 |
monthly_db_server_version |
str
Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15 |
Classes
State
State(value)
The various lifecycle states of the Exadata Infrastructure.