Module: Aws::Odb::Client::_DisassociateVirtualMachinesFromExadbVmClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DisassociateVirtualMachinesFromExadbVmClusterOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #display_name ⇒ ::String
- #exadb_vm_cluster_id ⇒ ::String
- #status ⇒ "AVAILABLE", ...
- #status_reason ⇒ ::String
Instance Method Details
#display_name ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def display_name: () -> ::String
|
#exadb_vm_cluster_id ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def exadb_vm_cluster_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
572 |
# File 'sig/client.rbs', line 572
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
573 |
# File 'sig/client.rbs', line 573
def status_reason: () -> ::String
|