GoogleApi.ManagedIdentities.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata (google_api_managed_identities v0.16.1) View Source
SloMetadata contains resources required for proper SLO classification of the instance.
Attributes
-
nodes
(type:list(GoogleApi.ManagedIdentities.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.t)
, default:nil
) - Optional. List of nodes. Some producers need to use per-node metadata to calculate SLO. This field allows such producers to publish per-node SLO meta data, which will be consumed by SSA Eligibility Exporter and published in the form of per node metric to Monarch. -
perSliEligibility
(type:GoogleApi.ManagedIdentities.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.t
, default:nil
) - Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs. -
tier
(type:String.t
, default:nil
) - Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ManagedIdentities.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata{ nodes: [ GoogleApi.ManagedIdentities.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.t() ] | nil, perSliEligibility: GoogleApi.ManagedIdentities.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.t() | nil, tier: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.