Compute V1 Client - Class Day (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Day.

Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Protobuf type google.cloud.compute.v1.ResourcePolicyWeeklyCycleDayOfWeek.Day

Namespace

Google \ Cloud \ Compute \ V1 \ ResourcePolicyWeeklyCycleDayOfWeek

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_DAY

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_DAY = 0;

FRIDAY

Value: 471398751

Generated from protobuf enum FRIDAY = 471398751;

INVALID

Value: 530283991

Generated from protobuf enum INVALID = 530283991;

MONDAY

Value: 132310288

Generated from protobuf enum MONDAY = 132310288;

SATURDAY

Value: 279037881

Generated from protobuf enum SATURDAY = 279037881;

SUNDAY

Value: 309626320

Generated from protobuf enum SUNDAY = 309626320;

THURSDAY

Value: 207198682

Generated from protobuf enum THURSDAY = 207198682;

TUESDAY

Value: 277509677

Generated from protobuf enum TUESDAY = 277509677;

WEDNESDAY

Value: 422029110

Generated from protobuf enum WEDNESDAY = 422029110;