GoogleApi.Memcache.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata (google_api_memcache v0.26.0)
View SourceNode information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.
Attributes
-
location
(type:String.t
, default:nil
) - The location of the node, if different from instance location. -
nodeId
(type:String.t
, default:nil
) - The id of the node. This should be equal to SaasInstanceNode.node_id. -
perSliEligibility
(type:GoogleApi.Memcache.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.t
, default:nil
) - If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata{ location: String.t() | nil, nodeId: String.t() | nil, perSliEligibility: GoogleApi.Memcache.V1.Model.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.t() | nil }