Class: Aws::Types::CreateFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemRequest
- 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_type ⇒ "WINDOWS", ...
Returns the value of attribute file_system_type.
-
#file_system_type_version ⇒ ::String
Returns the value of attribute file_system_type_version.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#lustre_configuration ⇒ Types::CreateFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#ontap_configuration ⇒ Types::CreateFileSystemOntapConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::CreateFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "SSD", ...
Returns the value of attribute storage_type.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#windows_configuration ⇒ Types::CreateFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
394 395 396 |
# File 'sig/types.rbs', line 394 def client_request_token @client_request_token end |
#file_system_type ⇒ "WINDOWS", ...
Returns the value of attribute file_system_type.
395 396 397 |
# File 'sig/types.rbs', line 395 def file_system_type @file_system_type end |
#file_system_type_version ⇒ ::String
Returns the value of attribute file_system_type_version.
405 406 407 |
# File 'sig/types.rbs', line 405 def file_system_type_version @file_system_type_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def kms_key_id @kms_key_id end |
#lustre_configuration ⇒ Types::CreateFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
403 404 405 |
# File 'sig/types.rbs', line 403 def lustre_configuration @lustre_configuration end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
407 408 409 |
# File 'sig/types.rbs', line 407 def network_type @network_type end |
#ontap_configuration ⇒ Types::CreateFileSystemOntapConfiguration
Returns the value of attribute ontap_configuration.
404 405 406 |
# File 'sig/types.rbs', line 404 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::CreateFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
406 407 408 |
# File 'sig/types.rbs', line 406 def open_zfs_configuration @open_zfs_configuration end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
399 400 401 |
# File 'sig/types.rbs', line 399 def security_group_ids @security_group_ids end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
396 397 398 |
# File 'sig/types.rbs', line 396 def storage_capacity @storage_capacity end |
#storage_type ⇒ "SSD", ...
Returns the value of attribute storage_type.
397 398 399 |
# File 'sig/types.rbs', line 397 def storage_type @storage_type end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
398 399 400 |
# File 'sig/types.rbs', line 398 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
400 401 402 |
# File 'sig/types.rbs', line 400 def end |
#windows_configuration ⇒ Types::CreateFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
402 403 404 |
# File 'sig/types.rbs', line 402 def windows_configuration @windows_configuration end |