public enum Status extends Enum<Status> implements ProtocolMessageEnum
Status of an entity (resource, deployment).
Protobuf enum google.cloud.telcoautomation.v1alpha1.Status
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
STATUS_ACTIVE |
Running and ready to serve traffic. |
STATUS_ACTIVE_VALUE |
Running and ready to serve traffic. |
STATUS_DELETED |
Deleted deployment. |
STATUS_DELETED_VALUE |
Deleted deployment. |
STATUS_DELETING |
Delete in progress. |
STATUS_DELETING_VALUE |
Delete in progress. |
STATUS_FAILED |
Failed or stalled. |
STATUS_FAILED_VALUE |
Failed or stalled. |
STATUS_IN_PROGRESS |
Under progress. |
STATUS_IN_PROGRESS_VALUE |
Under progress. |
STATUS_NOT_APPLICABLE |
K8s objects such as NetworkAttachmentDefinition don't have a defined status. |
STATUS_NOT_APPLICABLE_VALUE |
K8s objects such as NetworkAttachmentDefinition don't have a defined status. |
STATUS_PEERING |
NFDeploy specific status. Peering in progress. |
STATUS_PEERING_VALUE |
NFDeploy specific status. Peering in progress. |
STATUS_UNSPECIFIED |
Unknown state. |
STATUS_UNSPECIFIED_VALUE |
Unknown state. |
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() |