Enum BackupConfigDetails.Type (0.41.0)

public enum BackupConfigDetails.Type extends Enum<BackupConfigDetails.Type> implements ProtocolMessageEnum

Type of the backup configuration. This enum may receive new values in the future.

Protobuf enum google.cloud.backupdr.v1.BackupConfigDetails.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKUPDR_BACKUP_PLAN

Backup config is Google Cloud Backup and DR's Backup Plan.

BACKUPDR_BACKUP_PLAN = 3;

BACKUPDR_BACKUP_PLAN_VALUE

Backup config is Google Cloud Backup and DR's Backup Plan.

BACKUPDR_BACKUP_PLAN = 3;

BACKUPDR_TEMPLATE

Backup config is Google Cloud Backup and DR's Template.

BACKUPDR_TEMPLATE = 4;

BACKUPDR_TEMPLATE_VALUE

Backup config is Google Cloud Backup and DR's Template.

BACKUPDR_TEMPLATE = 4;

CLOUD_SQL_INSTANCE_BACKUP_CONFIG

Backup config is Cloud SQL instance's automated backup config.

CLOUD_SQL_INSTANCE_BACKUP_CONFIG = 1;

CLOUD_SQL_INSTANCE_BACKUP_CONFIG_VALUE

Backup config is Cloud SQL instance's automated backup config.

CLOUD_SQL_INSTANCE_BACKUP_CONFIG = 1;

COMPUTE_ENGINE_RESOURCE_POLICY

Backup config is Compute Engine Resource Policy.

COMPUTE_ENGINE_RESOURCE_POLICY = 2;

COMPUTE_ENGINE_RESOURCE_POLICY_VALUE

Backup config is Compute Engine Resource Policy.

COMPUTE_ENGINE_RESOURCE_POLICY = 2;

TYPE_UNSPECIFIED

Backup config type is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Backup config type is unspecified.

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