Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DiskRedundancy.
Types of disk redundancy provided by Oracle.
Protobuf type google.cloud.oracledatabase.v1.CloudVmClusterProperties.DiskRedundancy
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ CloudVmClusterPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISK_REDUNDANCY_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum DISK_REDUNDANCY_UNSPECIFIED = 0;
HIGH
Value: 1High - 3 way mirror.
Generated from protobuf enum HIGH = 1;
NORMAL
Value: 2Normal - 2 way mirror.
Generated from protobuf enum NORMAL = 2;