Reference documentation and code samples for the Google Cloud App Hub V1 Client class Type.
Criticality Type.
Protobuf type google.cloud.apphub.v1.Criticality.Type
Namespace
Google \ Cloud \ AppHub \ V1 \ CriticalityMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
MISSION_CRITICAL
Value: 1Mission critical service, application or workload.
Generated from protobuf enum MISSION_CRITICAL = 1;
HIGH
Value: 2High impact.
Generated from protobuf enum HIGH = 2;
MEDIUM
Value: 3Medium impact.
Generated from protobuf enum MEDIUM = 3;
LOW
Value: 4Low impact.
Generated from protobuf enum LOW = 4;