public sealed class ListZonesResponse : IPageResponse<Zone>, IEnumerable<Zone>, IEnumerable, IMessage<ListZonesResponse>, IEquatable<ListZonesResponse>, IDeepCloneable<ListZonesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class ListZonesResponse.
A list of zones.
Implements
IPageResponseZone, IEnumerableZone, IEnumerable, IMessageListZonesResponse, IEquatableListZonesResponse, IDeepCloneableListZonesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListZonesResponse()
public ListZonesResponse()
ListZonesResponse(ListZonesResponse)
public ListZonesResponse(ListZonesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListZonesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached. Only used for queries to the wildcard
location -
. If non-empty, it indicates that the results are incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Zones
public RepeatedField<Zone> Zones { get; }
The list of zones.
Property Value | |
---|---|
Type | Description |
RepeatedFieldZone |
Methods
GetEnumerator()
public IEnumerator<Zone> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorZone |