Class ListBlueprintsRequest (0.2.2)

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

Request object for ListBlueprints.

Attributes

NameDescription
parent str
Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
filter str
Optional. Filtering only supports equality on blueprint state. It should be in the form: "state = DRAFT". OR operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".
page_size int
Optional. The maximum number of blueprints to return per page.
page_token str
Optional. The page token, received from a previous ListBlueprints call. It can be provided to retrieve the subsequent page.