google_api_monitoring v0.7.0 GoogleApi.Monitoring.V3.Model.ResourceGroup View Source

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

Attributes

  • groupId (String.t): The group of resources being monitored. Should be only the group_id, not projects/<project_id>/groups/<group_id>. Defaults to: null.
  • resourceType (String.t): The resource type of the group members. Defaults to: null.

    • Enum - one of [RESOURCE_TYPE_UNSPECIFIED, INSTANCE, AWS_ELB_LOAD_BALANCER]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Monitoring.V3.Model.ResourceGroup{
  groupId: any(),
  resourceType: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.