Hyperdrive
HyperdriveConfigs
List Hyperdrives
hyperdrive.configs.list(ConfigListParams**kwargs) -> SyncSinglePage[Hyperdrive]
GET/accounts/{account_id}/hyperdrive/configs
Get Hyperdrive
hyperdrive.configs.get(strhyperdrive_id, ConfigGetParams**kwargs) -> Hyperdrive
GET/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Create Hyperdrive
hyperdrive.configs.create(ConfigCreateParams**kwargs) -> Hyperdrive
POST/accounts/{account_id}/hyperdrive/configs
Update Hyperdrive
hyperdrive.configs.update(strhyperdrive_id, ConfigUpdateParams**kwargs) -> Hyperdrive
PUT/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Patch Hyperdrive
hyperdrive.configs.edit(strhyperdrive_id, ConfigEditParams**kwargs) -> Hyperdrive
PATCH/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Delete Hyperdrive
hyperdrive.configs.delete(strhyperdrive_id, ConfigDeleteParams**kwargs) -> object
DELETE/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}