server-type. ( hash -- )


Vocabulary
hetzner

Inputs
hashan object


Outputs
None

Definition


: server-type. ( hash -- )
{ "description" "cores" "cpu_type" "memory" "disk" }
values-of
5 firstn "%s: %d cores %s, %dGB RAM, %d GB disk" sprintf
print ;