Module: Aws::Odb::Client::_CreateExadbVmClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateExadbVmClusterOutput]
- 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
370 |
# File 'sig/client.rbs', line 370
def display_name: () -> ::String
|
#exadb_vm_cluster_id ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def exadb_vm_cluster_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
371 |
# File 'sig/client.rbs', line 371
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def status_reason: () -> ::String
|