Telco Automation v1 API - Class ListDeploymentsRequest (1.0.0)

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.

Inheritance

object > ListDeploymentsRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ListDeploymentsRequest()

public ListDeploymentsRequest()

ListDeploymentsRequest(ListDeploymentsRequest)

public ListDeploymentsRequest(ListDeploymentsRequest other)
Parameter
NameDescription
otherListDeploymentsRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of deployments to return per page.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsOrchestrationClusterName

public OrchestrationClusterName ParentAsOrchestrationClusterName { get; set; }

OrchestrationClusterName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrchestrationClusterName