Show / Hide Table of Contents

Class IsInstanceUpgradeableResponse

Response for checking if a notebook instance is upgradeable.

Inheritance
object
IsInstanceUpgradeableResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class IsInstanceUpgradeableResponse : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX