public sealed class ListUtilizationReportsRequest : IMessage<ListUtilizationReportsRequest>, IEquatable<ListUtilizationReportsRequest>, IDeepCloneable<ListUtilizationReportsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the VM Migration v1 API class ListUtilizationReportsRequest.
Request message for 'ListUtilizationReports' request.
Implements
IMessage<ListUtilizationReportsRequest>, IEquatable<ListUtilizationReportsRequest>, IDeepCloneable<ListUtilizationReportsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListUtilizationReportsRequest()
public ListUtilizationReportsRequest()
ListUtilizationReportsRequest(ListUtilizationReportsRequest)
public ListUtilizationReportsRequest(ListUtilizationReportsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListUtilizationReportsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The filter request.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Optional. the order by fields for the result.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 500 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Required. A page token, received from a previous ListUtilizationReports
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUtilizationReports
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The Utilization Reports parent.
Property Value | |
---|---|
Type | Description |
String |
ParentAsSourceName
public SourceName ParentAsSourceName { get; set; }
SourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
SourceName |
View
public UtilizationReportView View { get; set; }
Optional. The level of details of each report. Defaults to BASIC.
Property Value | |
---|---|
Type | Description |
UtilizationReportView |