Class IsInstanceUpgradeableResponse (1.0.0-beta04)

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

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

Upgradeable

public bool Upgradeable { get; set; }

If an instance is upgradeable.

Property Value
TypeDescription
Boolean

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