Telco Automation v1 API - Class ListOrchestrationClustersResponse (1.2.0)

public sealed class ListOrchestrationClustersResponse : IMessage<ListOrchestrationClustersResponse>, IEquatable<ListOrchestrationClustersResponse>, IDeepCloneable<ListOrchestrationClustersResponse>, IBufferMessage, IMessage, IPageResponse<OrchestrationCluster>, IEnumerable<OrchestrationCluster>, IEnumerable

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

Message for response to listing OrchestrationClusters.

Inheritance

object > ListOrchestrationClustersResponse

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ListOrchestrationClustersResponse()

public ListOrchestrationClustersResponse()

ListOrchestrationClustersResponse(ListOrchestrationClustersResponse)

public ListOrchestrationClustersResponse(ListOrchestrationClustersResponse other)
Parameter
Name Description
other ListOrchestrationClustersResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

OrchestrationClusters

public RepeatedField<OrchestrationCluster> OrchestrationClusters { get; }

The list of OrchestrationCluster

Property Value
Type Description
RepeatedFieldOrchestrationCluster

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<OrchestrationCluster> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorOrchestrationCluster