Class ListDeploymentsRequest (0.2.2)

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

Request object for ListDeployments.

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 deployment 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 = APPLIED".
page_size int
Optional. The maximum number of deployments to return per page.
page_token str
Optional. The page token, received from a previous ListDeployments call. It can be provided to retrieve the subsequent page.