AcceleratorType class

Represents an Accelerator Type resource.

Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine.

Constructors

AcceleratorType({String? creationTimestamp, DeprecationStatus? deprecated, String? description, String? id, String? kind, int? maximumCardsPerInstance, String? name, String? selfLink, String? zone})
AcceleratorType.fromJson(Map json_)

Properties

creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
deprecated DeprecationStatus?
The deprecation status associated with this accelerator type.
getter/setter pair
description String?
An optional textual description of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
The type of the resource.
getter/setter pair
maximumCardsPerInstance int?
Maximum number of accelerator cards allowed per instance.
getter/setter pair
name String?
Name of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined, fully qualified URL for this resource.
getter/setter pair
zone String?
The name of the zone where the accelerator type resides, such as us-central1-a.
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