CloudVmClusterProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)Various properties and settings associated with Exadata VM cluster.
Attributes |
|
|---|---|
| Name | Description |
ocid |
str
Output only. Oracle Cloud Infrastructure ID of VM Cluster. |
license_type |
google.cloud.oracledatabase_v1.types.CloudVmClusterProperties.LicenseType
Required. License type of VM Cluster. |
gi_version |
str
Optional. Grid Infrastructure Version. |
time_zone |
google.type.datetime_pb2.TimeZone
Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified. |
ssh_public_keys |
MutableSequence[str]
Optional. SSH public keys to be stored with cluster. |
node_count |
int
Optional. Number of database servers. |
shape |
str
Output only. Shape of VM Cluster. |
ocpu_count |
float
Optional. OCPU count per VM. Minimum is 0.1. |
memory_size_gb |
int
Optional. Memory allocated in GBs. |
db_node_storage_size_gb |
int
Optional. Local storage per VM. |
storage_size_gb |
int
Output only. The storage allocation for the disk group, in gigabytes (GB). |
data_storage_size_tb |
float
Optional. The data disk group size to be allocated in TBs. |
disk_redundancy |
google.cloud.oracledatabase_v1.types.CloudVmClusterProperties.DiskRedundancy
Optional. The type of redundancy. |
sparse_diskgroup_enabled |
bool
Optional. Use exadata sparse snapshots. |
local_backup_enabled |
bool
Optional. Use local backup. |
hostname_prefix |
str
Optional. Prefix for VM cluster host names. |
diagnostics_data_collection_options |
google.cloud.oracledatabase_v1.types.DataCollectionOptions
Optional. Data collection options for diagnostics. |
state |
google.cloud.oracledatabase_v1.types.CloudVmClusterProperties.State
Output only. State of the cluster. |
scan_listener_port_tcp |
int
Output only. SCAN listener port - TCP |
scan_listener_port_tcp_ssl |
int
Output only. SCAN listener port - TLS |
domain |
str
Output only. Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com |
scan_dns |
str
Output only. SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com |
hostname |
str
Output only. host name without domain. format: " |
cpu_core_count |
int
Required. Number of enabled CPU cores. |
system_version |
str
Optional. Operating system version of the image. |
scan_ip_ids |
MutableSequence[str]
Output only. OCIDs of scan IPs. |
scan_dns_record_id |
str
Output only. OCID of scan DNS record. |
oci_url |
str
Output only. Deep link to the OCI console to view this resource. |
db_server_ocids |
MutableSequence[str]
Optional. OCID of database servers. |
compartment_id |
str
Output only. Compartment ID of cluster. |
dns_listener_ip |
str
Output only. DNS listener IP. |
cluster_name |
str
Optional. OCI Cluster name. |
compute_model |
google.cloud.oracledatabase_v1.types.ComputeModel
Output only. The compute model of the VM Cluster. |
Classes
DiskRedundancy
DiskRedundancy(value)Types of disk redundancy provided by Oracle.
LicenseType
LicenseType(value)Different licenses supported.
State
State(value)The various lifecycle states of the VM cluster.