CreateServerRequest: {
    name?: string;
    osId?: string;
    projectId?: string;
    type: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Create a server with this given name.

  • OptionalosId?: string

    Create a server & install the given os_id, when no os_id provided the default OS for this server type is chosen. Requesting a non-default OS will induce an extended delivery time.

  • OptionalprojectId?: string

    Create a server in the given project ID.

  • type: string

    Create a server of the given type.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.