Class: Aws::Types::CreateFileSystemRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • ("WINDOWS", "LUSTRE", "ONTAP", "OPENZFS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def kms_key_id
  @kms_key_id
end

#lustre_configurationTypes::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.

Returns:

  • ("IPV4", "DUAL")


407
408
409
# File 'sig/types.rbs', line 407

def network_type
  @network_type
end

#ontap_configurationTypes::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_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("SSD", "HDD", "INTELLIGENT_TIERING")


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.

Returns:

  • (::Array[::String])


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.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def tags
  @tags
end

#windows_configurationTypes::CreateFileSystemWindowsConfiguration

Returns the value of attribute windows_configuration.



402
403
404
# File 'sig/types.rbs', line 402

def windows_configuration
  @windows_configuration
end