Google Cloud Oracle Database V1 Client - Class DiskRedundancy (0.1.0)

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 \ CloudVmClusterProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISK_REDUNDANCY_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum DISK_REDUNDANCY_UNSPECIFIED = 0;

HIGH

Value: 1

High - 3 way mirror.

Generated from protobuf enum HIGH = 1;

NORMAL

Value: 2

Normal - 2 way mirror.

Generated from protobuf enum NORMAL = 2;