Enum ManagementServer.InstanceType (0.3.0)

public enum ManagementServer.InstanceType extends Enum<ManagementServer.InstanceType> implements ProtocolMessageEnum

Type of backup service resource.

Protobuf enum google.cloud.backupdr.v1.ManagementServer.InstanceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKUP_RESTORE

Instance for backup and restore management (i.e., AGM).

BACKUP_RESTORE = 1;

BACKUP_RESTORE_VALUE

Instance for backup and restore management (i.e., AGM).

BACKUP_RESTORE = 1;

INSTANCE_TYPE_UNSPECIFIED

Instance type is not mentioned.

INSTANCE_TYPE_UNSPECIFIED = 0;

INSTANCE_TYPE_UNSPECIFIED_VALUE

Instance type is not mentioned.

INSTANCE_TYPE_UNSPECIFIED = 0;

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()