CreateServiceLevelObjectiveRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
The CreateServiceLevelObjective
request.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Resource name of the parent Service . The
format is:
::
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
|
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-zA-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.
|