Notebooks v2 API - Class CheckInstanceUpgradabilityResponse (1.2.0)

public sealed class CheckInstanceUpgradabilityResponse : IMessage<CheckInstanceUpgradabilityResponse>, IEquatable<CheckInstanceUpgradabilityResponse>, IDeepCloneable<CheckInstanceUpgradabilityResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Notebooks v2 API class CheckInstanceUpgradabilityResponse.

Response for checking if a notebook instance is upgradeable.

Inheritance

object > CheckInstanceUpgradabilityResponse

Namespace

Google.Cloud.Notebooks.V2

Assembly

Google.Cloud.Notebooks.V2.dll

Constructors

CheckInstanceUpgradabilityResponse()

public CheckInstanceUpgradabilityResponse()

CheckInstanceUpgradabilityResponse(CheckInstanceUpgradabilityResponse)

public CheckInstanceUpgradabilityResponse(CheckInstanceUpgradabilityResponse other)
Parameter
Name Description
other CheckInstanceUpgradabilityResponse

Properties

UpgradeImage

public string UpgradeImage { get; set; }

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.

Property Value
Type Description
string

UpgradeInfo

public string UpgradeInfo { get; set; }

Additional information about upgrade.

Property Value
Type Description
string

UpgradeVersion

public string UpgradeVersion { get; set; }

The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.

Property Value
Type Description
string

Upgradeable

public bool Upgradeable { get; set; }

If an instance is upgradeable.

Property Value
Type Description
bool