Stackdriver Monitoring V3 Client - Class GroupResourceType (1.8.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class GroupResourceType.

The supported resource types that can be used as values of group_resource.resource_type.

INSTANCE includes gce_instance and aws_ec2_instance resource types. The resource types gae_app and uptime_url are not valid here because group checks on App Engine modules and URLs are not allowed.

Protobuf type google.monitoring.v3.GroupResourceType

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RESOURCE_TYPE_UNSPECIFIED

Value: 0

Default value (not valid).

Generated from protobuf enum RESOURCE_TYPE_UNSPECIFIED = 0;

INSTANCE

Value: 1

A group of instances from Google Cloud Platform (GCP) or Amazon Web Services (AWS).

Generated from protobuf enum INSTANCE = 1;

AWS_ELB_LOAD_BALANCER

Value: 2

A group of Amazon ELB load balancers.

Generated from protobuf enum AWS_ELB_LOAD_BALANCER = 2;