public sealed class IsInstanceUpgradeableResponse : IMessage<IsInstanceUpgradeableResponse>, IEquatable<IsInstanceUpgradeableResponse>, IDeepCloneable<IsInstanceUpgradeableResponse>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class IsInstanceUpgradeableResponse.
Response for checking if a notebook instance is upgradeable.
Implements
IMessageIsInstanceUpgradeableResponse, IEquatableIsInstanceUpgradeableResponse, IDeepCloneableIsInstanceUpgradeableResponse, 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
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 |
|