Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class TimeFrame.
Report time frame options.
Protobuf type google.cloud.vmmigration.v1.UtilizationReport.TimeFrame
Namespace
Google \ Cloud \ VMMigration \ V1 \ UtilizationReportMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TIME_FRAME_UNSPECIFIED
Value: 0
The time frame was not specified and will default to WEEK.
Generated from protobuf enum TIME_FRAME_UNSPECIFIED = 0;
WEEK
Value: 1
One week.
Generated from protobuf enum WEEK = 1;
MONTH
Value: 2
One month.
Generated from protobuf enum MONTH = 2;
YEAR
Value: 3
One year.
Generated from protobuf enum YEAR = 3;