Google Cloud Container V1 Client - Class AutoUpgradeOptions (1.22.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class AutoUpgradeOptions.

AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.

Generated from protobuf message google.container.v1.AutoUpgradeOptions

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ auto_upgrade_start_time string

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

↳ description string

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

getAutoUpgradeStartTime

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

Returns
TypeDescription
string

setAutoUpgradeStartTime

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

Returns
TypeDescription
string

setDescription

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

Parameter
NameDescription
var string
Returns
TypeDescription
$this