public enum AttachedDisk.DiskType extends Enum<AttachedDisk.DiskType> implements ProtocolMessageEnumList of the Disk Types.
 Protobuf enum google.cloud.backupdr.v1.AttachedDisk.DiskType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DISK_TYPE_UNSPECIFIED | Default value, which is unused.   | 
| DISK_TYPE_UNSPECIFIED_VALUE | Default value, which is unused.   | 
| PERSISTENT | A persistent disk type.   | 
| PERSISTENT_VALUE | A persistent disk type.   | 
| SCRATCH | A scratch disk type.   | 
| SCRATCH_VALUE | A scratch disk type.   | 
| 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() | |