Class: Aws::Types::UpdateFileSystemRequest

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)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def client_request_token
  @client_request_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def file_system_id
  @file_system_id
end

#file_system_type_version::String

Returns the value of attribute file_system_type_version.

Returns:

  • (::String)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def file_system_type_version
  @file_system_type_version
end

#lustre_configurationTypes::UpdateFileSystemLustreConfiguration

Returns the value of attribute lustre_configuration.



1799
1800
1801
# File 'sig/types.rbs', line 1799

def lustre_configuration
  @lustre_configuration
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


1804
1805
1806
# File 'sig/types.rbs', line 1804

def network_type
  @network_type
end

#ontap_configurationTypes::UpdateFileSystemOntapConfiguration

Returns the value of attribute ontap_configuration.



1800
1801
1802
# File 'sig/types.rbs', line 1800

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::UpdateFileSystemOpenZFSConfiguration

Returns the value of attribute open_zfs_configuration.



1801
1802
1803
# File 'sig/types.rbs', line 1801

def open_zfs_configuration
  @open_zfs_configuration
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def storage_capacity
  @storage_capacity
end

#storage_type"SSD", ...

Returns the value of attribute storage_type.

Returns:

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


1802
1803
1804
# File 'sig/types.rbs', line 1802

def storage_type
  @storage_type
end

#windows_configurationTypes::UpdateFileSystemWindowsConfiguration

Returns the value of attribute windows_configuration.



1798
1799
1800
# File 'sig/types.rbs', line 1798

def windows_configuration
  @windows_configuration
end