singlestoredb.management.region.Region¶
- class singlestoredb.management.region.Region(id: str, name: str, provider: str)¶
Cluster region information.
This object is not directly instantiated. It is used in results of
WorkspaceManager
API calls.See also
- __init__(id: str, name: str, provider: str)¶
Use
WorkspaceManager.regions
instead.
Methods
__init__
(id, name, provider)Use
WorkspaceManager.regions
instead.from_dict
(obj, manager)Convert dictionary to a
Region
object.Attributes
id
Unique ID of the region
name
Name of the region
provider
Name of the cloud provider