Google Cloud Vm Migration V1 Client - Class TimeFrame (0.4.2)

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 \ UtilizationReport

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;