public sealed class ListUtilizationReportsResponse : IMessage<ListUtilizationReportsResponse>, IEquatable<ListUtilizationReportsResponse>, IDeepCloneable<ListUtilizationReportsResponse>, IBufferMessage, IMessage, IPageResponse<UtilizationReport>, IEnumerable<UtilizationReport>, IEnumerable
Reference documentation and code samples for the VM Migration v1 API class ListUtilizationReportsResponse.
Response message for 'ListUtilizationReports' request.
Implements
IMessageListUtilizationReportsResponse, IEquatableListUtilizationReportsResponse, IDeepCloneableListUtilizationReportsResponse, IBufferMessage, IMessage, IPageResponseUtilizationReport, IEnumerableUtilizationReport, IEnumerableNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListUtilizationReportsResponse()
public ListUtilizationReportsResponse()
ListUtilizationReportsResponse(ListUtilizationReportsResponse)
public ListUtilizationReportsResponse(ListUtilizationReportsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListUtilizationReportsResponse |
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 | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
UtilizationReports
public RepeatedField<UtilizationReport> UtilizationReports { get; }
Output only. The list of reports.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUtilizationReport |
Methods
GetEnumerator()
public IEnumerator<UtilizationReport> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUtilizationReport |