AI Platform Notebooks v1beta1 API - Class IsInstanceUpgradeableResponse (2.0.0-beta04)

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

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class IsInstanceUpgradeableResponse.

Response for checking if a notebook instance is upgradeable.

Inheritance

object > IsInstanceUpgradeableResponse

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

IsInstanceUpgradeableResponse()

public IsInstanceUpgradeableResponse()

IsInstanceUpgradeableResponse(IsInstanceUpgradeableResponse)

public IsInstanceUpgradeableResponse(IsInstanceUpgradeableResponse other)
Parameter
NameDescription
otherIsInstanceUpgradeableResponse

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
TypeDescription
string

UpgradeInfo

public string UpgradeInfo { get; set; }

Additional information about upgrade.

Property Value
TypeDescription
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
TypeDescription
string

Upgradeable

public bool Upgradeable { get; set; }

If an instance is upgradeable.

Property Value
TypeDescription
bool