Module: Aws::Finspace::Client::_GetKxVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKxVolumeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attached_clusters ⇒ ::Array[Types::KxAttachedCluster]
- #availability_zone_ids ⇒ ::Array[::String]
- #az_mode ⇒ "SINGLE", "MULTI"
- #created_timestamp ⇒ ::Time
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #last_modified_timestamp ⇒ ::Time
- #nas1_configuration ⇒ Types::KxNAS1Configuration
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
- #volume_arn ⇒ ::String
- #volume_name ⇒ ::String
- #volume_type ⇒ "NAS_1"
Instance Method Details
#attached_clusters ⇒ ::Array[Types::KxAttachedCluster]
664 |
# File 'sig/client.rbs', line 664
def attached_clusters: () -> ::Array[Types::KxAttachedCluster]
|
#availability_zone_ids ⇒ ::Array[::String]
662 |
# File 'sig/client.rbs', line 662
def availability_zone_ids: () -> ::Array[::String]
|
#az_mode ⇒ "SINGLE", "MULTI"
661 |
# File 'sig/client.rbs', line 661
def az_mode: () -> ("SINGLE" | "MULTI")
|
#created_timestamp ⇒ ::Time
659 |
# File 'sig/client.rbs', line 659
def created_timestamp: () -> ::Time
|
#description ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def description: () -> ::String
|
#environment_id ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def environment_id: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
663 |
# File 'sig/client.rbs', line 663
def last_modified_timestamp: () -> ::Time
|
#nas1_configuration ⇒ Types::KxNAS1Configuration
656 |
# File 'sig/client.rbs', line 656
def nas1_configuration: () -> Types::KxNAS1Configuration
|
#status ⇒ "CREATING", ...
657 |
# File 'sig/client.rbs', line 657
def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def status_reason: () -> ::String
|
#volume_arn ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def volume_arn: () -> ::String
|
#volume_name ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def volume_name: () -> ::String
|
#volume_type ⇒ "NAS_1"
654 |
# File 'sig/client.rbs', line 654
def volume_type: () -> ("NAS_1")
|