Class CheckInstanceUpgradabilityResponse
Response for checking if a notebook instance is upgradeable.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class CheckInstanceUpgradabilityResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpgradeImage
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.
Declaration
[JsonProperty("upgradeImage")]
public virtual string UpgradeImage { get; set; }
Property Value
Type | Description |
---|---|
string |
UpgradeInfo
Additional information about upgrade.
Declaration
[JsonProperty("upgradeInfo")]
public virtual string UpgradeInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
UpgradeVersion
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
Declaration
[JsonProperty("upgradeVersion")]
public virtual string UpgradeVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Upgradeable
If an instance is upgradeable.
Declaration
[JsonProperty("upgradeable")]
public virtual bool? Upgradeable { get; set; }
Property Value
Type | Description |
---|---|
bool? |