Class: Aws::Types::WindowsFileSystemConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WindowsFileSystemConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
-
#aliases ⇒ ::Array[Types::Alias]
Returns the value of attribute aliases.
-
#audit_log_configuration ⇒ Types::WindowsAuditLogConfiguration
Returns the value of attribute audit_log_configuration.
-
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#deployment_type ⇒ "MULTI_AZ_1", ...
Returns the value of attribute deployment_type.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
-
#fsrm_configuration ⇒ Types::WindowsFsrmConfiguration
Returns the value of attribute fsrm_configuration.
-
#maintenance_operations_in_progress ⇒ ::Array[("PATCHING" | "BACKING_UP")]
Returns the value of attribute maintenance_operations_in_progress.
-
#preferred_file_server_ip ⇒ ::String
Returns the value of attribute preferred_file_server_ip.
-
#preferred_file_server_ipv_6 ⇒ ::String
Returns the value of attribute preferred_file_server_ipv_6.
-
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
-
#remote_administration_endpoint ⇒ ::String
Returns the value of attribute remote_administration_endpoint.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryAttributes
Returns the value of attribute self_managed_active_directory_configuration.
-
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
-
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
Instance Attribute Details
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def active_directory_id @active_directory_id end |
#aliases ⇒ ::Array[Types::Alias]
Returns the value of attribute aliases.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def aliases @aliases end |
#audit_log_configuration ⇒ Types::WindowsAuditLogConfiguration
Returns the value of attribute audit_log_configuration.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def audit_log_configuration @audit_log_configuration end |
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def automatic_backup_retention_days @automatic_backup_retention_days end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def @copy_tags_to_backups end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#deployment_type ⇒ "MULTI_AZ_1", ...
Returns the value of attribute deployment_type.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def deployment_type @deployment_type end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def disk_iops_configuration @disk_iops_configuration end |
#fsrm_configuration ⇒ Types::WindowsFsrmConfiguration
Returns the value of attribute fsrm_configuration.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def fsrm_configuration @fsrm_configuration end |
#maintenance_operations_in_progress ⇒ ::Array[("PATCHING" | "BACKING_UP")]
Returns the value of attribute maintenance_operations_in_progress.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def maintenance_operations_in_progress @maintenance_operations_in_progress end |
#preferred_file_server_ip ⇒ ::String
Returns the value of attribute preferred_file_server_ip.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def preferred_file_server_ip @preferred_file_server_ip end |
#preferred_file_server_ipv_6 ⇒ ::String
Returns the value of attribute preferred_file_server_ipv_6.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def preferred_file_server_ipv_6 @preferred_file_server_ipv_6 end |
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def preferred_subnet_id @preferred_subnet_id end |
#remote_administration_endpoint ⇒ ::String
Returns the value of attribute remote_administration_endpoint.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def remote_administration_endpoint @remote_administration_endpoint end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryAttributes
Returns the value of attribute self_managed_active_directory_configuration.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def self_managed_active_directory_configuration @self_managed_active_directory_configuration end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def throughput_capacity @throughput_capacity end |
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def weekly_maintenance_start_time @weekly_maintenance_start_time end |