public sealed class GetUtilizationReportRequest : IMessage<GetUtilizationReportRequest>, IEquatable<GetUtilizationReportRequest>, IDeepCloneable<GetUtilizationReportRequest>, IBufferMessage, IMessage
Request message for 'GetUtilizationReport' request.
Implements
IMessage<GetUtilizationReportRequest>, IEquatable<GetUtilizationReportRequest>, IDeepCloneable<GetUtilizationReportRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
GetUtilizationReportRequest()
public GetUtilizationReportRequest()
GetUtilizationReportRequest(GetUtilizationReportRequest)
public GetUtilizationReportRequest(GetUtilizationReportRequest other)
Parameter | |
---|---|
Name | Description |
other | GetUtilizationReportRequest |
Properties
Name
public string Name { get; set; }
Required. The Utilization Report name.
Property Value | |
---|---|
Type | Description |
String |
UtilizationReportName
public UtilizationReportName UtilizationReportName { get; set; }
UtilizationReportName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
UtilizationReportName |
View
public UtilizationReportView View { get; set; }
Optional. The level of details of the report. Defaults to FULL
Property Value | |
---|---|
Type | Description |
UtilizationReportView |