Instance class

The definition of a notebook instance.

Constructors

Instance({String? createTime, String? creator, bool? disableProxyAccess, GceSetup? gceSetup, Map<String, String>? healthInfo, String? healthState, String? id, List<String>? instanceOwners, Map<String, String>? labels, String? name, String? proxyUri, String? state, String? thirdPartyProxyUrl, String? updateTime, List<UpgradeHistoryEntry>? upgradeHistory})
Instance.fromJson(Map json_)

Properties

createTime String?
Instance creation time.
getter/setter pair
creator String?
Email address of entity that sent original CreateInstance request.
getter/setter pair
disableProxyAccess bool?
If true, the notebook instance will not register with the proxy.
getter/setter pair
gceSetup GceSetup?
Compute Engine setup for the notebook.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthInfo Map<String, String>?
Additional information about instance health.
getter/setter pair
healthState String?
Instance health_state.
getter/setter pair
id String?
Unique ID of the resource.
getter/setter pair
instanceOwners List<String>?
Input only.
getter/setter pair
labels Map<String, String>?
Labels to apply to this instance.
getter/setter pair
name String?
The name of this notebook instance.
getter/setter pair
proxyUri String?
The proxy endpoint that is used to access the Jupyter notebook.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of this instance.
getter/setter pair
thirdPartyProxyUrl String?
The workforce pools proxy endpoint that is used to access the Jupyter notebook.
getter/setter pair
updateTime String?
Instance update time.
getter/setter pair
upgradeHistory List<UpgradeHistoryEntry>?
The upgrade history of this instance.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited