Class: Aws::Types::FileSystem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_actions::Array[Types::AdministrativeAction]

Returns the value of attribute administrative_actions.

Returns:



1071
1072
1073
# File 'sig/types.rbs', line 1071

def administrative_actions
  @administrative_actions
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def creation_time
  @creation_time
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def dns_name
  @dns_name
end

#failure_detailsTypes::FileSystemFailureDetails

Returns the value of attribute failure_details.



1059
1060
1061
# File 'sig/types.rbs', line 1059

def failure_details
  @failure_details
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def file_system_id
  @file_system_id
end

#file_system_type"WINDOWS", ...

Returns the value of attribute file_system_type.

Returns:

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


1057
1058
1059
# File 'sig/types.rbs', line 1057

def file_system_type
  @file_system_type
end

#file_system_type_version::String

Returns the value of attribute file_system_type_version.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def file_system_type_version
  @file_system_type_version
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def kms_key_id
  @kms_key_id
end

#lifecycle"AVAILABLE", ...

Returns the value of attribute lifecycle.

Returns:

  • ("AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE")


1058
1059
1060
# File 'sig/types.rbs', line 1058

def lifecycle
  @lifecycle
end

#lustre_configurationTypes::LustreFileSystemConfiguration

Returns the value of attribute lustre_configuration.



1070
1071
1072
# File 'sig/types.rbs', line 1070

def lustre_configuration
  @lustre_configuration
end

#network_interface_ids::Array[::String]

Returns the value of attribute network_interface_ids.

Returns:

  • (::Array[::String])


1064
1065
1066
# File 'sig/types.rbs', line 1064

def network_interface_ids
  @network_interface_ids
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


1075
1076
1077
# File 'sig/types.rbs', line 1075

def network_type
  @network_type
end

#ontap_configurationTypes::OntapFileSystemConfiguration

Returns the value of attribute ontap_configuration.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::OpenZFSFileSystemConfiguration

Returns the value of attribute open_zfs_configuration.



1074
1075
1076
# File 'sig/types.rbs', line 1074

def open_zfs_configuration
  @open_zfs_configuration
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def owner_id
  @owner_id
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def resource_arn
  @resource_arn
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def storage_capacity
  @storage_capacity
end

#storage_type"SSD", ...

Returns the value of attribute storage_type.

Returns:

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


1061
1062
1063
# File 'sig/types.rbs', line 1061

def storage_type
  @storage_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1063
1064
1065
# File 'sig/types.rbs', line 1063

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def vpc_id
  @vpc_id
end

#windows_configurationTypes::WindowsFileSystemConfiguration

Returns the value of attribute windows_configuration.



1069
1070
1071
# File 'sig/types.rbs', line 1069

def windows_configuration
  @windows_configuration
end