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
IPageResponse<Lun>, IEnumerable<Lun>, IEnumerable, IMessage<ListLunsResponse>, IEquatable<ListLunsResponse>, IDeepCloneable<ListLunsResponse>, 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 |
RepeatedField<Lun> |
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 |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Lun> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Lun> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |