Enum ManagementServer.InstanceState (0.10.0)

publicenumManagementServer.InstanceStateextendsEnum<ManagementServer.InstanceState>implementsProtocolMessageEnum

State of Management server instance.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

The instance is being created.

CREATING = 1;

CREATING_VALUE

The instance is being created.

CREATING = 1;

DELETING

The instance is being deleted.

DELETING = 4;

DELETING_VALUE

The instance is being deleted.

DELETING = 4;

ERROR

The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource.

ERROR = 7;

ERROR_VALUE

The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource.

ERROR = 7;

INSTANCE_STATE_UNSPECIFIED

State not set.

INSTANCE_STATE_UNSPECIFIED = 0;

INSTANCE_STATE_UNSPECIFIED_VALUE

State not set.

INSTANCE_STATE_UNSPECIFIED = 0;

MAINTENANCE

Maintenance is being performed on this instance.

MAINTENANCE = 6;

MAINTENANCE_VALUE

Maintenance is being performed on this instance.

MAINTENANCE = 6;

READY

The instance has been created and is fully usable.

READY = 2;

READY_VALUE

The instance has been created and is fully usable.

READY = 2;

REPAIRING

The instance is being repaired and may be unstable.

REPAIRING = 5;

REPAIRING_VALUE

The instance is being repaired and may be unstable.

REPAIRING = 5;

UNRECOGNIZED
UPDATING

The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.

UPDATING = 3;

UPDATING_VALUE

The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.

UPDATING = 3;

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.