odb / Client / disassociate_virtual_machines_from_exadb_vm_cluster

disassociate_virtual_machines_from_exadb_vm_cluster

odb.Client.disassociate_virtual_machines_from_exadb_vm_cluster(**kwargs)

Removes virtual machines from the specified Exascale VM cluster.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_virtual_machines_from_exadb_vm_cluster(
    exadbVmClusterId='string',
    dbNodeIds=[
        'string',
    ]
)
Parameters:
  • exadbVmClusterId (string) –

    [REQUIRED]

    The unique identifier of the Exascale VM cluster to remove virtual machines from.

  • dbNodeIds (list) –

    [REQUIRED]

    The list of DB node IDs to remove from the Exascale VM cluster.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'displayName': 'string',
    'status': 'AVAILABLE'|'FAILED'|'PROVISIONING'|'TERMINATED'|'TERMINATING'|'UPDATING'|'MAINTENANCE_IN_PROGRESS',
    'statusReason': 'string',
    'exadbVmClusterId': 'string'
}

Response Structure

  • (dict) –

    • displayName (string) –

      The user-friendly name for the Exascale VM cluster.

    • status (string) –

      The current status of the Exascale VM cluster.

    • statusReason (string) –

      Additional information about the status of the Exascale VM cluster.

    • exadbVmClusterId (string) –

      The unique identifier of the Exascale VM cluster.

Exceptions

  • odb.Client.exceptions.ThrottlingException

  • odb.Client.exceptions.ValidationException

  • odb.Client.exceptions.ConflictException

  • odb.Client.exceptions.AccessDeniedException

  • odb.Client.exceptions.InternalServerException

  • odb.Client.exceptions.ResourceNotFoundException