interface NodeType {
    availableVolumeTypes: Mongodb.v1alpha1.NodeTypeVolumeType[];
    beta: boolean;
    description: string;
    disabled: boolean;
    instanceRange: string;
    memory: number;
    name: string;
    stockStatus: Mongodb.v1alpha1.NodeTypeStock;
    vcpus: number;
}

Properties

availableVolumeTypes: Mongodb.v1alpha1.NodeTypeVolumeType[]

Available storage options for the node type.

beta: boolean

The node type is currently in beta.

description: string

Current specs of the offer.

disabled: boolean

The node type is currently disabled.

instanceRange: string

Instance range associated with the node type offer.

memory: number

Quantity of RAM.

name: string

Node type name identifier.

Current stock status for the node type.

vcpus: number

Number of virtual CPUs.