public enum CloudVmClusterProperties.DiskRedundancy extends Enum<CloudVmClusterProperties.DiskRedundancy> implements ProtocolMessageEnumTypes of disk redundancy provided by Oracle.
 Protobuf enum google.cloud.oracledatabase.v1.CloudVmClusterProperties.DiskRedundancy
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DISK_REDUNDANCY_UNSPECIFIED | Unspecified.   | 
| DISK_REDUNDANCY_UNSPECIFIED_VALUE | Unspecified.   | 
| HIGH | High - 3 way mirror.   | 
| HIGH_VALUE | High - 3 way mirror.   | 
| NORMAL | Normal - 2 way mirror.   | 
| NORMAL_VALUE | Normal - 2 way mirror.   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |