glossaryΒΆ

flavors
When creating databases, servers, etc., you will need to specify the flavor of the instance, which refers to the hardware configuration of that instance. To find available configurations (flavors), run the getFlavor method on the specific RSCloud object you want flavor info about.
dictionary (python)
It is best to think of a dictionary as an unordered set of key: value pairs, with the requirement that the keys are unique (within one dictionary). A pair of braces creates an empty dictionary: {}. Placing a comma-separated list of key:value pairs within the braces adds initial key:value pairs to the dictionary; this is also the way dictionaries are written on output.

Previous topic

Auth2

Next topic

indices and tables