public sealed class ListDeploymentsRequest : IMessage<ListDeploymentsRequest>, IEquatable<ListDeploymentsRequest>, IDeepCloneable<ListDeploymentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Telco Automation v1 API class ListDeploymentsRequest.
Request object for ListDeployments
.
Implements
IMessageListDeploymentsRequest, IEquatableListDeploymentsRequest, IDeepCloneableListDeploymentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListDeploymentsRequest()
public ListDeploymentsRequest()
ListDeploymentsRequest(ListDeploymentsRequest)
public ListDeploymentsRequest(ListDeploymentsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDeploymentsRequest |
Properties
Filter
public string Filter { get; set; }
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".
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of deployments to return per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The page token, received from a previous ListDeployments call. It can be provided to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrchestrationClusterName
public OrchestrationClusterName ParentAsOrchestrationClusterName { get; set; }
OrchestrationClusterName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrchestrationClusterName |