odb / Client / associate_virtual_machines_to_exadb_vm_cluster
associate_virtual_machines_to_exadb_vm_cluster¶
- odb.Client.associate_virtual_machines_to_exadb_vm_cluster(**kwargs)¶
Adds virtual machines to the specified Exascale VM cluster.
See also: AWS API Documentation
Request Syntax
response = client.associate_virtual_machines_to_exadb_vm_cluster( exadbVmClusterId='string', desiredNodeCount=123 )
- Parameters:
exadbVmClusterId (string) –
[REQUIRED]
The unique identifier of the Exascale VM cluster to add virtual machines to.
desiredNodeCount (integer) –
[REQUIRED]
The desired number of nodes in the Exascale VM cluster after the association.
- 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.ThrottlingExceptionodb.Client.exceptions.ServiceQuotaExceededExceptionodb.Client.exceptions.ValidationExceptionodb.Client.exceptions.ConflictExceptionodb.Client.exceptions.AccessDeniedExceptionodb.Client.exceptions.InternalServerExceptionodb.Client.exceptions.ResourceNotFoundException