Enum VolumeSnapshot.SnapshotType (0.41.0)

public enum VolumeSnapshot.SnapshotType extends Enum<VolumeSnapshot.SnapshotType> implements ProtocolMessageEnum

Represents the type of a snapshot.

Protobuf enum google.cloud.baremetalsolution.v2.VolumeSnapshot.SnapshotType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AD_HOC

Snapshot was taken manually by user.

AD_HOC = 1;

AD_HOC_VALUE

Snapshot was taken manually by user.

AD_HOC = 1;

SCHEDULED

Snapshot was taken automatically as a part of a snapshot schedule.

SCHEDULED = 2;

SCHEDULED_VALUE

Snapshot was taken automatically as a part of a snapshot schedule.

SCHEDULED = 2;

SNAPSHOT_TYPE_UNSPECIFIED

Type is not specified.

SNAPSHOT_TYPE_UNSPECIFIED = 0;

SNAPSHOT_TYPE_UNSPECIFIED_VALUE

Type is not specified.

SNAPSHOT_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()