Reference documentation and code samples for the Google Cloud Assured Workloads V1 Client class State.
Violation State Values
Protobuf type google.cloud.assuredworkloads.v1.Violation.State
Namespace
Google \ Cloud \ AssuredWorkloads \ V1 \ ViolationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RESOLVED
Value: 2
Violation is resolved.
Generated from protobuf enum RESOLVED = 2;
UNRESOLVED
Value: 3
Violation is Unresolved
Generated from protobuf enum UNRESOLVED = 3;
EXCEPTION
Value: 4
Violation is Exception
Generated from protobuf enum EXCEPTION = 4;