interface ServerType {
    cpu?: ServerTypeCPU;
    defaultOs?: AppleSilicon.v1alpha1.OS;
    disk?: ServerTypeDisk;
    gpu?: ServerTypeGPU;
    memory?: ServerTypeMemory;
    minimumLeaseDuration?: string;
    name: string;
    network?: AppleSilicon.v1alpha1.ServerTypeNetwork;
    stock: ServerTypeStock;
}

Properties

CPU description.

The default OS for this server type.

Size of the local disk of the server.

GPU description.

Size of memory available.

minimumLeaseDuration?: string

Minimum duration of the lease in seconds (example. 3.4s).

name: string

Name of the type.

Network description.

Current stock.