Google Cloud Security Command Center V2 Client - Class ResourceValue (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class ResourceValue.

Value enum to map to a resource

Protobuf type google.cloud.securitycenter.v2.ResourceValue

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_VALUE_UNSPECIFIED

Value: 0

Unspecific value

Generated from protobuf enum RESOURCE_VALUE_UNSPECIFIED = 0;

HIGH

Value: 1

High resource value

Generated from protobuf enum HIGH = 1;

MEDIUM

Value: 2

Medium resource value

Generated from protobuf enum MEDIUM = 2;

LOW

Value: 3

Low resource value

Generated from protobuf enum LOW = 3;

NONE

Value: 4

No resource value, e.g. ignore these resources

Generated from protobuf enum NONE = 4;