Class: Google::Apis::ContainerV1beta1::CustomImageInfo
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::CustomImageInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb
Overview
Contains the custom image info for a node pool.
Instance Attribute Summary collapse
-
#upgrade_message ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomImageInfo
constructor
A new instance of CustomImageInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomImageInfo
Returns a new instance of CustomImageInfo.
3431 3432 3433 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3431 def initialize(**args) update!(**args) end |
Instance Attribute Details
#upgrade_message ⇒ String
Output only. The human-readable upgrade message for the custom image.
Corresponds to the JSON property upgradeMessage
3429 3430 3431 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3429 def @upgrade_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3436 3437 3438 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3436 def update!(**args) @upgrade_message = args[:upgrade_message] if args.key?(:upgrade_message) end |