Class: Aws::Types::UpdateFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#file_system_type_version ⇒ ::String
Returns the value of attribute file_system_type_version.
-
#lustre_configuration ⇒ Types::UpdateFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#ontap_configuration ⇒ Types::UpdateFileSystemOntapConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::UpdateFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "SSD", ...
Returns the value of attribute storage_type.
-
#windows_configuration ⇒ Types::UpdateFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def client_request_token @client_request_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def file_system_id @file_system_id end |
#file_system_type_version ⇒ ::String
Returns the value of attribute file_system_type_version.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def file_system_type_version @file_system_type_version end |
#lustre_configuration ⇒ Types::UpdateFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def lustre_configuration @lustre_configuration end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def network_type @network_type end |
#ontap_configuration ⇒ Types::UpdateFileSystemOntapConfiguration
Returns the value of attribute ontap_configuration.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::UpdateFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def open_zfs_configuration @open_zfs_configuration end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def storage_capacity @storage_capacity end |
#storage_type ⇒ "SSD", ...
Returns the value of attribute storage_type.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def storage_type @storage_type end |
#windows_configuration ⇒ Types::UpdateFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def windows_configuration @windows_configuration end |