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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;