Class GetServiceLevelObjectiveRequest (2.21.0)

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

The GetServiceLevelObjective request.

Attributes

NameDescription
name str
Required. Resource name of the ServiceLevelObjective to get. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
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.