View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainObservabilityMetricData (google_api_alloy_db v0.7.0)

Attributes

  • aggregationType (type: String.t, default: nil) - Required. Type of aggregation performed on the metric.
  • metricType (type: String.t, default: nil) - Required. Type of metric like CPU, Memory, etc.
  • observationTime (type: DateTime.t, default: nil) - Required. The time the metric value was observed.
  • resourceName (type: String.t, default: nil) - Required. Database resource name associated with the signal. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel
  • value (type: GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterProtoCommonTypedValue.t, default: nil) - Required. Value of the metric type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainObservabilityMetricData{
    aggregationType: String.t() | nil,
    metricType: String.t() | nil,
    observationTime: DateTime.t() | nil,
    resourceName: String.t() | nil,
    value:
      GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterProtoCommonTypedValue.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.