diskRedundancy property

String? diskRedundancy
getter/setter pair

The type of redundancy.

Optional. Possible string values are:

  • "DISK_REDUNDANCY_UNSPECIFIED" : Unspecified.
  • "HIGH" : High - 3 way mirror.
  • "NORMAL" : Normal - 2 way mirror.

Implementation

core.String? diskRedundancy;