Class IsInstanceUpgradeableResponse (0.4.3)

IsInstanceUpgradeableResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response for checking if a notebook instance is upgradeable. .. attribute:: upgradeable

If an instance is upgradeable.

:type: bool

Attributes

NameDescription
upgrade_version str
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
upgrade_info str
Additional information about upgrade.
upgrade_image str
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.