class Google::Apis::ContainerV1beta1::AutoUpgradeOptions
AutoUpgradeOptions
defines the set of options for the user to control how the Auto Upgrades will proceed.
Attributes
auto_upgrade_start_time[RW]
- Output only
-
This field is set when upgrades are about to commence with the
approximate start time for the upgrades, in [RFC3339](www.ietf.org/rfc/ rfc3339.txt) text format. Corresponds to the JSON property `autoUpgradeStartTime` @return [String]
description[RW]
- Output only
-
This field is set when upgrades are about to commence with the
description of the upgrade. Corresponds to the JSON property `description` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 190 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 195 def update!(**args) @auto_upgrade_start_time = args[:auto_upgrade_start_time] if args.key?(:auto_upgrade_start_time) @description = args[:description] if args.key?(:description) end