Distributed Cloud Edge Network v1 API - Class ListInterconnectAttachmentsResponse (1.3.0)

public sealed class ListInterconnectAttachmentsResponse : IPageResponse<InterconnectAttachment>, IEnumerable<InterconnectAttachment>, IEnumerable, IMessage<ListInterconnectAttachmentsResponse>, IEquatable<ListInterconnectAttachmentsResponse>, IDeepCloneable<ListInterconnectAttachmentsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class ListInterconnectAttachmentsResponse.

Message for response to listing InterconnectAttachments

Inheritance

object > ListInterconnectAttachmentsResponse

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

ListInterconnectAttachmentsResponse()

public ListInterconnectAttachmentsResponse()

ListInterconnectAttachmentsResponse(ListInterconnectAttachmentsResponse)

public ListInterconnectAttachmentsResponse(ListInterconnectAttachmentsResponse other)
Parameter
Name Description
other ListInterconnectAttachmentsResponse

Properties

InterconnectAttachments

public RepeatedField<InterconnectAttachment> InterconnectAttachments { get; }

The list of InterconnectAttachment

Property Value
Type Description
RepeatedFieldInterconnectAttachment

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<InterconnectAttachment> GetEnumerator()

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

Returns
Type Description
IEnumeratorInterconnectAttachment