Type alias PersistentInstanceDescriptor

PersistentInstanceDescriptor: {
    machineInstanceName?: string;
    machineName: string;
    machineVersionId?: string;
}

Descriptor of a persistent instance.

Type declaration

  • Optional machineInstanceName?: string

    The name of the machine instance. A UUID will be generated if not provided.

  • machineName: string

    The name of the machine.

  • Optional machineVersionId?: string

    The version of the machine to use. If not provided, the current machine version will be used.

Generated using TypeDoc