Enum Asset.DeploymentStatus (0.3.0)

public enum Asset.DeploymentStatus extends Enum<Asset.DeploymentStatus> implements ProtocolMessageEnum

Deployment status states.

Protobuf enum google.backstory.Asset.DeploymentStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Asset is active, functional and deployed.

ACTIVE = 1;

ACTIVE_VALUE

Asset is active, functional and deployed.

ACTIVE = 1;

DECOMISSIONED

Asset is decommissioned.

DECOMISSIONED = 3;

DECOMISSIONED_VALUE

Asset is decommissioned.

DECOMISSIONED = 3;

DEPLOYMENT_STATUS_UNSPECIFIED

Unspecified deployment status.

DEPLOYMENT_STATUS_UNSPECIFIED = 0;

DEPLOYMENT_STATUS_UNSPECIFIED_VALUE

Unspecified deployment status.

DEPLOYMENT_STATUS_UNSPECIFIED = 0;

PENDING_DECOMISSION

Asset is pending decommission and no longer deployed.

PENDING_DECOMISSION = 2;

PENDING_DECOMISSION_VALUE

Asset is pending decommission and no longer deployed.

PENDING_DECOMISSION = 2;

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