Class GetServiceLevelObjectiveRequest (2.3.0)

GetServiceLevelObjectiveRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The GetServiceLevelObjective request. .. attribute:: name

Required. Resource name of the ServiceLevelObjective to get. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]

:type: str

Attribute

NameDescription
view google.cloud.monitoring_v3.types.ServiceLevelObjective.View
View of the ServiceLevelObjective to return. If DEFAULT, return the ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.