Class CreateServiceLevelObjectiveRequest (2.4.2)

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

The CreateServiceLevelObjective request. .. attribute:: parent

Required. Resource name of the parent Service. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]

:type: str

Attributes

NameDescription
service_level_objective_id str
Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+
service_level_objective google.cloud.monitoring_v3.types.ServiceLevelObjective
Required. The ServiceLevelObjective to create. The provided name will be respected if no ServiceLevelObjective exists with this name.