Bare Metal Solution v2 API - Class ListLunsResponse (1.1.0)

public sealed class ListLunsResponse : IPageResponse<Lun>, IEnumerable<Lun>, IEnumerable, IMessage<ListLunsResponse>, IEquatable<ListLunsResponse>, IDeepCloneable<ListLunsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Bare Metal Solution v2 API class ListLunsResponse.

Response message containing the list of storage volume luns.

Inheritance

Object > ListLunsResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListLunsResponse()

public ListLunsResponse()

ListLunsResponse(ListLunsResponse)

public ListLunsResponse(ListLunsResponse other)
Parameter
NameDescription
otherListLunsResponse

Properties

Luns

public RepeatedField<Lun> Luns { get; }

The list of luns.

Property Value
TypeDescription
RepeatedField<Lun>

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results from the server.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Lun> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Lun>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator