Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 619 Bytes

File metadata and controls

18 lines (13 loc) · 619 Bytes

openapi.model.InstanceTypeSpecs

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
vcpus int The number of virtual CPUs.
memoryGib int The amount of RAM in gibibytes (GiB).
storageGib int The amount of storage in gibibytes (GiB).
gpus int The number of GPUs.

[Back to Model list] [Back to API list] [Back to README]