odb / Client / create_exascale_db_storage_vault
create_exascale_db_storage_vault¶
- odb.Client.create_exascale_db_storage_vault(**kwargs)¶
Creates an Exascale storage vault.
See also: AWS API Documentation
Request Syntax
response = client.create_exascale_db_storage_vault( displayName='string', highCapacityDatabaseStorageTotalSizeInGBs=123, additionalFlashCacheInPercent=123, autoscaleLimitInGBs=123, availabilityZoneId='string', availabilityZone='string', description='string', isAutoscaleEnabled=True|False, tags={ 'string': 'string' }, timeZone='string', clientToken='string' )
- Parameters:
displayName (string) –
[REQUIRED]
A user-friendly name for the Exascale storage vault.
highCapacityDatabaseStorageTotalSizeInGBs (integer) –
[REQUIRED]
The total size of the high-capacity database storage, in gigabytes (GB), for the Exascale storage vault.
additionalFlashCacheInPercent (integer) – The additional flash cache percentage for the Exascale storage vault.
autoscaleLimitInGBs (integer) – The autoscale limit in gigabytes (GB) for the Exascale storage vault.
availabilityZoneId (string) – The Availability Zone ID for the Exascale storage vault.
availabilityZone (string) – The Availability Zone for the Exascale storage vault.
description (string) – A description of the Exascale storage vault.
isAutoscaleEnabled (boolean) – Specifies whether autoscaling is enabled for the Exascale storage vault.
tags (dict) –
The list of resource tags to apply to the Exascale storage vault.
(string) –
(string) –
timeZone (string) – The time zone for the Exascale storage vault.
clientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates one and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it’s first used.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'displayName': 'string', 'status': 'AVAILABLE'|'FAILED'|'PROVISIONING'|'TERMINATED'|'TERMINATING'|'UPDATING'|'MAINTENANCE_IN_PROGRESS', 'statusReason': 'string', 'exascaleDbStorageVaultId': 'string' }
Response Structure
(dict) –
displayName (string) –
The user-friendly name for the Exascale storage vault.
status (string) –
The current status of the Exascale storage vault.
statusReason (string) –
Additional information about the status of the Exascale storage vault.
exascaleDbStorageVaultId (string) –
The unique identifier of the Exascale storage vault.
Exceptions
odb.Client.exceptions.ThrottlingExceptionodb.Client.exceptions.ServiceQuotaExceededExceptionodb.Client.exceptions.ValidationExceptionodb.Client.exceptions.ConflictExceptionodb.Client.exceptions.AccessDeniedExceptionodb.Client.exceptions.InternalServerException