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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
Output only. This field is set when upgrades are about to commence with the description of the upgrade.
Returns | |
---|---|
Type | Description |
string |
setDescription
Output only. This field is set when upgrades are about to commence with the description of the upgrade.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |