Class: Aws::Types::LustreFileSystemConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:

  • (::Integer)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def automatic_backup_retention_days
  @automatic_backup_retention_days
end

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:

  • (Boolean)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def copy_tags_to_backups
  @copy_tags_to_backups
end

#daily_automatic_backup_start_time::String

Returns the value of attribute daily_automatic_backup_start_time.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#data_compression_type"NONE", "LZ4"

Returns the value of attribute data_compression_type.

Returns:

  • ("NONE", "LZ4")


1213
1214
1215
# File 'sig/types.rbs', line 1213

def data_compression_type
  @data_compression_type
end

#data_read_cache_configurationTypes::LustreReadCacheConfiguration

Returns the value of attribute data_read_cache_configuration.



1219
1220
1221
# File 'sig/types.rbs', line 1219

def data_read_cache_configuration
  @data_read_cache_configuration
end

#data_repository_configurationTypes::DataRepositoryConfiguration

Returns the value of attribute data_repository_configuration.



1205
1206
1207
# File 'sig/types.rbs', line 1205

def data_repository_configuration
  @data_repository_configuration
end

#deployment_type"SCRATCH_1", ...

Returns the value of attribute deployment_type.

Returns:

  • ("SCRATCH_1", "SCRATCH_2", "PERSISTENT_1", "PERSISTENT_2")


1206
1207
1208
# File 'sig/types.rbs', line 1206

def deployment_type
  @deployment_type
end

#drive_cache_type"NONE", "READ"

Returns the value of attribute drive_cache_type.

Returns:

  • ("NONE", "READ")


1212
1213
1214
# File 'sig/types.rbs', line 1212

def drive_cache_type
  @drive_cache_type
end

#efa_enabledBoolean

Returns the value of attribute efa_enabled.

Returns:

  • (Boolean)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def efa_enabled
  @efa_enabled
end

#log_configurationTypes::LustreLogConfiguration

Returns the value of attribute log_configuration.



1214
1215
1216
# File 'sig/types.rbs', line 1214

def log_configuration
  @log_configuration
end

#metadata_configurationTypes::FileSystemLustreMetadataConfiguration

Returns the value of attribute metadata_configuration.



1216
1217
1218
# File 'sig/types.rbs', line 1216

def 
  
end

#mount_name::String

Returns the value of attribute mount_name.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def mount_name
  @mount_name
end

#per_unit_storage_throughput::Integer

Returns the value of attribute per_unit_storage_throughput.

Returns:

  • (::Integer)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def per_unit_storage_throughput
  @per_unit_storage_throughput
end

#root_squash_configurationTypes::LustreRootSquashConfiguration

Returns the value of attribute root_squash_configuration.



1215
1216
1217
# File 'sig/types.rbs', line 1215

def root_squash_configuration
  @root_squash_configuration
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end