[−][src]Struct rusoto_fsx::FileSystem
A description of a specific Amazon FSx file system.
Fields
creation_time: Option<f64>
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
dns_name: Option<String>
The DNS name for the file system.
failure_details: Option<FileSystemFailureDetails>
file_system_id: Option<String>
The eight-digit ID of the file system that was automatically assigned by Amazon FSx.
file_system_type: Option<String>
Type of file system. Currently the only supported type is WINDOWS.
kms_key_id: Option<String>
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for an Amazon FSx for Windows File Server file system.
lifecycle: Option<String>
The lifecycle status of the file system.
lustre_configuration: Option<LustreFileSystemConfiguration>
network_interface_ids: Option<Vec<String>>
The IDs of the elastic network interface from which a specific file system is accessible. The elastic network interface is automatically created in the same VPC that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.
For an Amazon FSx for Windows File Server file system, you can have one network interface Id. For an Amazon FSx for Lustre file system, you can have more than one.
owner_id: Option<String>
The AWS account that created the file system. If the file system was created by an IAM user, the AWS account to which the IAM user belongs is the owner.
resource_arn: Option<String>
The resource ARN of the file system.
storage_capacity: Option<i64>
The storage capacity of the file system in gigabytes.
subnet_ids: Option<Vec<String>>
The IDs of the subnets to contain the endpoint for the file system. One and only one is supported. The file system is launched in the Availability Zone associated with this subnet.
The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
vpc_id: Option<String>
The ID of the primary VPC for the file system.
windows_configuration: Option<WindowsFileSystemConfiguration>
The configuration for this Microsoft Windows file system.
Trait Implementations
impl PartialEq<FileSystem> for FileSystem
[src]
fn eq(&self, other: &FileSystem) -> bool
[src]
fn ne(&self, other: &FileSystem) -> bool
[src]
impl Default for FileSystem
[src]
fn default() -> FileSystem
[src]
impl Clone for FileSystem
[src]
fn clone(&self) -> FileSystem
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for FileSystem
[src]
impl<'de> Deserialize<'de> for FileSystem
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for FileSystem
impl Sync for FileSystem
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self