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
Methods
__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.
Generated from protobuf field string auto_upgrade_start_time = 1;
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.
Generated from protobuf field string auto_upgrade_start_time = 1;
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.
Generated from protobuf field string description = 2;
Returns | |
---|---|
Type | Description |
string |
setDescription
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
Generated from protobuf field string description = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |