Class: Google::Cloud::Notebooks::V2::CheckInstanceUpgradabilityResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V2::CheckInstanceUpgradabilityResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v2/service.rb
Overview
Response for checking if a notebook instance is upgradeable.
Instance Attribute Summary collapse
-
#upgrade_image ⇒ ::String
The new image self link this instance will be upgraded to if calling the upgrade endpoint.
-
#upgrade_info ⇒ ::String
Additional information about upgrade.
-
#upgrade_version ⇒ ::String
The version this instance will be upgraded to if calling the upgrade endpoint.
-
#upgradeable ⇒ ::Boolean
If an instance is upgradeable.
Instance Attribute Details
#upgrade_image ⇒ ::String
Returns The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
213 214 215 216 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213 class CheckInstanceUpgradabilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_info ⇒ ::String
Returns Additional information about upgrade.
213 214 215 216 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213 class CheckInstanceUpgradabilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_version ⇒ ::String
Returns The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
213 214 215 216 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213 class CheckInstanceUpgradabilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgradeable ⇒ ::Boolean
Returns If an instance is upgradeable.
213 214 215 216 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213 class CheckInstanceUpgradabilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |