Bare Metal Solution v2 API - Class ListVolumesResponse (1.5.0)

public sealed class ListVolumesResponse : IPageResponse<Volume>, IEnumerable<Volume>, IEnumerable, IMessage<ListVolumesResponse>, IEquatable<ListVolumesResponse>, IDeepCloneable<ListVolumesResponse>, IBufferMessage, IMessage

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

Response message containing the list of storage volumes.

Inheritance

object > ListVolumesResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListVolumesResponse()

public ListVolumesResponse()

ListVolumesResponse(ListVolumesResponse)

public ListVolumesResponse(ListVolumesResponse other)
Parameter
NameDescription
otherListVolumesResponse

Properties

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
RepeatedFieldstring

Volumes

public RepeatedField<Volume> Volumes { get; }

The list of storage volumes.

Property Value
TypeDescription
RepeatedFieldVolume

Methods

GetEnumerator()

public IEnumerator<Volume> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorVolume