InstanceStatus class

VM instance status.

Constructors

InstanceStatus({Disk? bootDisk, String? machineType, String? provisioningModel, String? taskPack})
InstanceStatus.fromJson(Map json_)

Properties

bootDisk Disk?
The VM boot disk.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
machineType String?
The Compute Engine machine type.
getter/setter pair
provisioningModel String?
The VM instance provisioning model. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskPack String?
The max number of tasks can be assigned to this instance type.
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