public sealed class IsInstanceUpgradeableResponse : IMessage<IsInstanceUpgradeableResponse>, IEquatable<IsInstanceUpgradeableResponse>, IDeepCloneable<IsInstanceUpgradeableResponse>, IBufferMessage, IMessageResponse for checking if a notebook instance is upgradeable.
Implements
IMessage<IsInstanceUpgradeableResponse>, IEquatable<IsInstanceUpgradeableResponse>, IDeepCloneable<IsInstanceUpgradeableResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
IsInstanceUpgradeableResponse()
public IsInstanceUpgradeableResponse()IsInstanceUpgradeableResponse(IsInstanceUpgradeableResponse)
public IsInstanceUpgradeableResponse(IsInstanceUpgradeableResponse other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        IsInstanceUpgradeableResponse | 
      
Properties
Upgradeable
public bool Upgradeable { get; set; }If an instance is upgradeable.
| Property Value | |
|---|---|
| Type | Description | 
Boolean | 
        |
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 | 
        |