AcceleratorConfig class

A specification of the type and number of accelerator cards attached to the instance.

Constructors

AcceleratorConfig({int? acceleratorCount, String? acceleratorType})
AcceleratorConfig.fromJson(Map json_)

Properties

acceleratorCount int?
The number of the guest accelerator cards exposed to this instance.
getter/setter pair
acceleratorType String?
Full or partial URL of the accelerator type resource to attach to this instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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