public sealed class ListBlueprintsRequest : IMessage<ListBlueprintsRequest>, IEquatable<ListBlueprintsRequest>, IDeepCloneable<ListBlueprintsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Telco Automation v1 API class ListBlueprintsRequest.
Request object for ListBlueprints.
Implements
IMessageListBlueprintsRequest, IEquatableListBlueprintsRequest, IDeepCloneableListBlueprintsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListBlueprintsRequest()
public ListBlueprintsRequest()ListBlueprintsRequest(ListBlueprintsRequest)
public ListBlueprintsRequest(ListBlueprintsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBlueprintsRequest |
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 | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of blueprints to return per page.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
|