Telco Automation v1 API - Class ListBlueprintsRequest (1.0.0)

public sealed class ListBlueprintsRequest : IMessage<ListBlueprintsRequest>, IEquatable<ListBlueprintsRequest>, IDeepCloneable<ListBlueprintsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Telco Automation v1 API class ListBlueprintsRequest.

Request object for ListBlueprints.

Inheritance

object > ListBlueprintsRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ListBlueprintsRequest()

public ListBlueprintsRequest()

ListBlueprintsRequest(ListBlueprintsRequest)

public ListBlueprintsRequest(ListBlueprintsRequest other)
Parameter
NameDescription
otherListBlueprintsRequest

Properties

Filter

public string Filter { get; set; }

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

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The page token, received from a previous ListBlueprints 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