public sealed class ListPrivateCloudsResponse : IMessage<ListPrivateCloudsResponse>, IEquatable<ListPrivateCloudsResponse>, IDeepCloneable<ListPrivateCloudsResponse>, IBufferMessage, IMessage, IPageResponse<PrivateCloud>, IEnumerable<PrivateCloud>, IEnumerableReference documentation and code samples for the VMware Engine v1 API class ListPrivateCloudsResponse.
Response message for [VmwareEngine.ListPrivateClouds][google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateClouds]
Implements
IMessageListPrivateCloudsResponse, IEquatableListPrivateCloudsResponse, IDeepCloneableListPrivateCloudsResponse, IBufferMessage, IMessage, IPageResponsePrivateCloud, IEnumerablePrivateCloud, IEnumerableNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ListPrivateCloudsResponse()
public ListPrivateCloudsResponse()ListPrivateCloudsResponse(ListPrivateCloudsResponse)
public ListPrivateCloudsResponse(ListPrivateCloudsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPrivateCloudsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrivateClouds
public RepeatedField<PrivateCloud> PrivateClouds { get; }A list of private clouds.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPrivateCloud |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached when making an aggregated query using wildcards.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<PrivateCloud> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorPrivateCloud |
|