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.
Implements
IPageResponseLun, IEnumerableLun, IEnumerable, IMessageListLunsResponse, IEquatableListLunsResponse, IDeepCloneableListLunsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
ListLunsResponse()
public ListLunsResponse()
ListLunsResponse(ListLunsResponse)
public ListLunsResponse(ListLunsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListLunsResponse |
Properties
Luns
public RepeatedField<Lun> Luns { get; }
The list of luns.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLun |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results from the server.
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<Lun> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorLun |