Class CreateServiceLevelObjectiveRequest (2.9.1)

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

The CreateServiceLevelObjective request.

Attributes

NameDescription
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-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.

Inheritance

builtins.object > proto.message.Message > CreateServiceLevelObjectiveRequest