sizes: Get all the available sizes that can be used to create a...

View source: R/sizes.R

sizesR Documentation

Get all the available sizes that can be used to create a droplet.

Description

Get all the available sizes that can be used to create a droplet.

Usage

sizes(page = 1, per_page = 25, ...)

Arguments

page

Page to return. Default: 1.

per_page

Number of results per page. Default: 25.

...

Named options passed on to GET.

Value

A data.frame with available sizes (RAM, disk, no. CPU's) and their costs

Examples

## Not run: 
sizes()

## End(Not run)

analogsea documentation built on April 20, 2023, 1:34 a.m.