NAME
Paws::FSX::FileSystem
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::FSX::FileSystem object:
$service_obj->Method(Att1 => { CreationTime => $value, ..., WindowsConfiguration => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::FileSystem object:
$result = $service_obj->Method(...);
$result->Att1->CreationTime
DESCRIPTION
A description of a specific Amazon FSx file system.
ATTRIBUTES
CreationTime => Str
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
DNSName => Str
The DNS name for the file system.
FailureDetails => Paws::FSX::FileSystemFailureDetails
FileSystemId => Str
The system-generated, unique 17-digit ID of the file system.
FileSystemType => Str
The type of Amazon FSx file system, either LUSTRE or WINDOWS.
KmsKeyId => Str
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. Amazon FSx for Lustre does not support KMS encryption.
Lifecycle => Str
The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE- The file system is in a healthy state, and is reachable and available for use.CREATING- Amazon FSx is creating the new file system.DELETING- Amazon FSx is deleting an existing file system.FAILED- An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.MISCONFIGUREDindicates that the file system is in a failed but recoverable state.UPDATINGindicates that the file system is undergoing a customer initiated update.
LustreConfiguration => Paws::FSX::LustreFileSystemConfiguration
NetworkInterfaceIds => ArrayRef[Str|Undef]
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 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html) 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.
OwnerId => Str
The AWS account that created the file system. If the file system was created by an AWS Identity and Access Management (IAM) user, the AWS account to which the IAM user belongs is the owner.
ResourceARN => Str
The Amazon Resource Name (ARN) for the file system resource.
StorageCapacity => Int
The storage capacity of the file system in gigabytes (GB).
SubnetIds => ArrayRef[Str|Undef]
The ID of the subnet 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.
Tags => ArrayRef[Paws::FSX::Tag]
The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon EC2 User Guide.
VpcId => Str
The ID of the primary VPC for the file system.
WindowsConfiguration => Paws::FSX::WindowsFileSystemConfiguration
The configuration for this Microsoft Windows file system.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::FSX
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues