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.

How valuable the resource is.

Protobuf type google.cloud.securitycenter.v2.ValuedResource.ResourceValue

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ ValuedResource

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_VALUE_UNSPECIFIED

Value: 0

The resource value isn't specified.

Generated from protobuf enum RESOURCE_VALUE_UNSPECIFIED = 0;

RESOURCE_VALUE_LOW

Value: 1

This is a low-value resource.

Generated from protobuf enum RESOURCE_VALUE_LOW = 1;

RESOURCE_VALUE_MEDIUM

Value: 2

This is a medium-value resource.

Generated from protobuf enum RESOURCE_VALUE_MEDIUM = 2;

RESOURCE_VALUE_HIGH

Value: 3

This is a high-value resource.

Generated from protobuf enum RESOURCE_VALUE_HIGH = 3;