interface NodeType {
    availableVolumeTypes: DocumentDB.v1beta1.NodeTypeVolumeType[];
    beta: boolean;
    description: string;
    disabled: boolean;
    generation: DocumentDB.v1beta1.NodeTypeGeneration;
    instanceRange: string;
    isBssdCompatible?: boolean;
    isHaRequired: boolean;
    memory: number;
    name: string;
    region: Region;
    stockStatus: DocumentDB.v1beta1.NodeTypeStock;
    vcpus: number;
    volumeConstraint?: DocumentDB.v1beta1.NodeTypeVolumeConstraintSizes;
}

Properties

availableVolumeTypes: DocumentDB.v1beta1.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.

Generation associated the NodeType offer.

instanceRange: string

Instance range associated with the NodeType offer.

isBssdCompatible?: boolean

The Node Type is compliant with Block Storage.

isHaRequired: boolean

The Node Type can be used only with the High Availability option.

memory: number

Quantity of RAM.

name: string

Node Type name identifier.

region: Region

Region the Node Type is in.

Current stock status for the Node Type.

vcpus: number

Number of virtual CPUs.

Deprecated Node Type volume constraints.