Infrastructure Manager v1 API - Class ListDeploymentsResponse (1.5.0)

public sealed class ListDeploymentsResponse : IMessage<ListDeploymentsResponse>, IEquatable<ListDeploymentsResponse>, IDeepCloneable<ListDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<Deployment>, IEnumerable<Deployment>, IEnumerable

Inheritance

object > ListDeploymentsResponse

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ListDeploymentsResponse()

public ListDeploymentsResponse()

ListDeploymentsResponse(ListDeploymentsResponse)

public ListDeploymentsResponse(ListDeploymentsResponse other)
Parameter
NameDescription
otherListDeploymentsResponse

Properties

Deployments

public RepeatedField<Deployment> Deployments { get; }

List of [Deployment][google.cloud.config.v1.Deployment]s.

Property Value
TypeDescription
RepeatedFieldDeployment

NextPageToken

public string NextPageToken { get; set; }

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Deployment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDeployment