Class ListUtilizationReportsResponse (2.1.0)

public sealed class ListUtilizationReportsResponse : IMessage<ListUtilizationReportsResponse>, IEquatable<ListUtilizationReportsResponse>, IDeepCloneable<ListUtilizationReportsResponse>, IBufferMessage, IMessage, IPageResponse<UtilizationReport>, IEnumerable<UtilizationReport>, IEnumerable

Response message for 'ListUtilizationReports' request.

Inheritance

Object > ListUtilizationReportsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListUtilizationReportsResponse()

public ListUtilizationReportsResponse()

ListUtilizationReportsResponse(ListUtilizationReportsResponse)

public ListUtilizationReportsResponse(ListUtilizationReportsResponse other)
Parameter
NameDescription
otherListUtilizationReportsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

UtilizationReports

public RepeatedField<UtilizationReport> UtilizationReports { get; }

Output only. The list of reports.

Property Value
TypeDescription
RepeatedField<UtilizationReport>

Methods

GetEnumerator()

public IEnumerator<UtilizationReport> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<UtilizationReport>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator