Class: Google::Cloud::Container::V1beta1::AutoUpgradeOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AutoUpgradeOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
Instance Attribute Summary collapse
-
#auto_upgrade_start_time ⇒ ::String
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
Instance Attribute Details
#auto_upgrade_start_time ⇒ ::String (readonly)
Returns Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
4237 4238 4239 4240 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4237 class AutoUpgradeOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String (readonly)
Returns Output only. This field is set when upgrades are about to commence with the description of the upgrade.
4237 4238 4239 4240 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4237 class AutoUpgradeOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |