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 that the operation completes no more than one time. If you submit the same request twice with the same client token, the service ignores the second request and returns the result of the first. If you don’t specify a client token, the AWS SDK automatically generates one. 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.ThrottlingException

  • odb.Client.exceptions.ServiceQuotaExceededException

  • odb.Client.exceptions.ValidationException

  • odb.Client.exceptions.ConflictException

  • odb.Client.exceptions.AccessDeniedException

  • odb.Client.exceptions.InternalServerException