Enum GroupResourceType (3.3.0)

public enum GroupResourceType extends Enum<GroupResourceType> implements ProtocolMessageEnum

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 enum google.monitoring.v3.GroupResourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AWS_ELB_LOAD_BALANCER

A group of Amazon ELB load balancers.

AWS_ELB_LOAD_BALANCER = 2;

AWS_ELB_LOAD_BALANCER_VALUE

A group of Amazon ELB load balancers.

AWS_ELB_LOAD_BALANCER = 2;

INSTANCE

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

INSTANCE = 1;

INSTANCE_VALUE

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

INSTANCE = 1;

RESOURCE_TYPE_UNSPECIFIED

Default value (not valid).

RESOURCE_TYPE_UNSPECIFIED = 0;

RESOURCE_TYPE_UNSPECIFIED_VALUE

Default value (not valid).

RESOURCE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()