Class MonitoredResource

java.lang.Object
com.google.cloud.MonitoredResource
All Implemented Interfaces:
Serializable

public final class MonitoredResource extends Object implements Serializable
Objects of this class represent a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource's schema. Information in the labels field identifies the actual resource and its attributes according to the schema.

For example, the monitored resource for Google Compute Engine VM instances has gce_instance type and specifies values for the labels instance_id and zone to identify particular VM instances.

See Also: