Module: Aws::Finspace::Client::_CreateKxVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateKxVolumeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_ids ⇒ ::Array[::String]
- #az_mode ⇒ "SINGLE", "MULTI"
- #created_timestamp ⇒ ::Time
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #nas1_configuration ⇒ Types::KxNAS1Configuration
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
- #volume_arn ⇒ ::String
- #volume_name ⇒ ::String
- #volume_type ⇒ "NAS_1"
Instance Method Details
#availability_zone_ids ⇒ ::Array[::String]
353 |
# File 'sig/client.rbs', line 353 def availability_zone_ids: () -> ::Array[::String] |
#az_mode ⇒ "SINGLE", "MULTI"
351 |
# File 'sig/client.rbs', line 351 def az_mode: () -> ("SINGLE" | "MULTI") |
#created_timestamp ⇒ ::Time
354 |
# File 'sig/client.rbs', line 354 def created_timestamp: () -> ::Time |
#description ⇒ ::String
352 |
# File 'sig/client.rbs', line 352 def description: () -> ::String |
#environment_id ⇒ ::String
344 |
# File 'sig/client.rbs', line 344 def environment_id: () -> ::String |
#nas1_configuration ⇒ Types::KxNAS1Configuration
348 |
# File 'sig/client.rbs', line 348 def nas1_configuration: () -> Types::KxNAS1Configuration |
#status ⇒ "CREATING", ...
349 |
# File 'sig/client.rbs', line 349 def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED") |
#status_reason ⇒ ::String
350 |
# File 'sig/client.rbs', line 350 def status_reason: () -> ::String |
#volume_arn ⇒ ::String
347 |
# File 'sig/client.rbs', line 347 def volume_arn: () -> ::String |
#volume_name ⇒ ::String
345 |
# File 'sig/client.rbs', line 345 def volume_name: () -> ::String |
#volume_type ⇒ "NAS_1"
346 |
# File 'sig/client.rbs', line 346 def volume_type: () -> ("NAS_1") |