Class: Aws::FSx::Types::WindowsFileSystemConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The configuration for this Microsoft Windows file system.

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_idString

The ID for an existing Microsoft Active Directory instance that the file system should join when it’s created.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end

#automatic_backup_retention_daysInteger

The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 35 days.

Returns:

  • (Integer)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end

#copy_tags_to_backupsBoolean

A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it’s set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn’t specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups.

Returns:

  • (Boolean)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end

#daily_automatic_backup_start_timeString

The preferred time to take daily automatic backups, in the UTC time zone.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end

#maintenance_operations_in_progressArray<String>

The list of maintenance operations in progress for this file system.

Returns:

  • (Array<String>)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end

#throughput_capacityInteger

The throughput of an Amazon FSx file system, measured in megabytes per second.

Returns:

  • (Integer)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end

#weekly_maintenance_start_timeString

The preferred time to perform weekly maintenance, in the UTC time zone.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'lib/aws-sdk-fsx/types.rb', line 1340

class WindowsFileSystemConfiguration < Struct.new(
  :active_directory_id,
  :throughput_capacity,
  :maintenance_operations_in_progress,
  :weekly_maintenance_start_time,
  :daily_automatic_backup_start_time,
  :automatic_backup_retention_days,
  :copy_tags_to_backups)
  include Aws::Structure
end