public sealed class ListInterconnectsResponse : IPageResponse<Interconnect>, IEnumerable<Interconnect>, IEnumerable, IMessage<ListInterconnectsResponse>, IEquatable<ListInterconnectsResponse>, IDeepCloneable<ListInterconnectsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class ListInterconnectsResponse.
Message for response to listing Interconnects
Implements
IPageResponseInterconnect, IEnumerableInterconnect, IEnumerable, IMessageListInterconnectsResponse, IEquatableListInterconnectsResponse, IDeepCloneableListInterconnectsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
ListInterconnectsResponse()
public ListInterconnectsResponse()
ListInterconnectsResponse(ListInterconnectsResponse)
public ListInterconnectsResponse(ListInterconnectsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListInterconnectsResponse |
Properties
Interconnects
public RepeatedField<Interconnect> Interconnects { get; }
The list of Interconnect
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterconnect |
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Interconnect> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInterconnect |