Accelerator class

Accelerator describes Compute Engine accelerators to be attached to the VM.

Constructors

Accelerator({String? count, String? driverVersion, bool? installGpuDrivers, String? type})
Accelerator.fromJson(Map json_)

Properties

count String?
The number of accelerators of this type.
getter/setter pair
driverVersion String?
The NVIDIA GPU driver version that should be installed for this type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installGpuDrivers bool?
Deprecated: please use instances[0].install_gpu_drivers instead.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The accelerator 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