Module: Aws::Odb::Client::_AssociateVirtualMachinesToExadbVmClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateVirtualMachinesToExadbVmClusterOutput]
- 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
104 |
# File 'sig/client.rbs', line 104
def display_name: () -> ::String
|
#exadb_vm_cluster_id ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def exadb_vm_cluster_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
105 |
# File 'sig/client.rbs', line 105
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def status_reason: () -> ::String
|