PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::FSX::FileSystem; use Moose; has AdministrativeActions => (is => 'ro', isa => 'ArrayRef[Paws::FSX::AdministrativeAction]'); has CreationTime => (is => 'ro', isa => 'Str'); has DNSName => (is => 'ro', isa => 'Str'); has FailureDetails => (is => 'ro', isa => 'Paws::FSX::FileSystemFailureDetails'); has FileSystemId => (is => 'ro', isa => 'Str'); has FileSystemType => (is => 'ro', isa => 'Str'); has KmsKeyId => (is => 'ro', isa => 'Str'); has Lifecycle => (is => 'ro', isa => 'Str'); has LustreConfiguration => (is => 'ro', isa => 'Paws::FSX::LustreFileSystemConfiguration'); has NetworkInterfaceIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has OwnerId => (is => 'ro', isa => 'Str'); has ResourceARN => (is => 'ro', isa => 'Str'); has StorageCapacity => (is => 'ro', isa => 'Int'); has StorageType => (is => 'ro', isa => 'Str'); has SubnetIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::FSX::Tag]'); has VpcId => (is => 'ro', isa => 'Str'); has WindowsConfiguration => (is => 'ro', isa => 'Paws::FSX::WindowsFileSystemConfiguration'); 1; ### main pod documentation begin ### =head1 NAME Paws::FSX::FileSystem =head1 USAGE This class represents one of two things: =head3 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 => { AdministrativeActions => $value, ..., WindowsConfiguration => $value }); =head3 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->AdministrativeActions =head1 DESCRIPTION A description of a specific Amazon FSx file system. =head1 ATTRIBUTES =head2 AdministrativeActions => ArrayRef[L] A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Windows file system that you have initiated using the C action. =head2 CreationTime => Str The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time. =head2 DNSName => Str The DNS name for the file system. =head2 FailureDetails => L =head2 FileSystemId => Str The system-generated, unique 17-digit ID of the file system. =head2 FileSystemType => Str The type of Amazon FSx file system, either C or C. =head2 KmsKeyId => Str The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems and persistent Amazon FSx for Lustre file systems at rest. In either case, if not specified, the Amazon FSx managed key is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using Amazon FSx managed keys. For more information, see Encrypt (https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html) in the I. =head2 Lifecycle => Str The lifecycle status of the file system, following are the possible values and what they mean: =over =item * C - The file system is in a healthy state, and is reachable and available for use. =item * C - Amazon FSx is creating the new file system. =item * C - Amazon FSx is deleting an existing file system. =item * C - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system. =item * C indicates that the file system is in a failed but recoverable state. =item * C indicates that the file system is undergoing a customer initiated update. =back =head2 LustreConfiguration => L =head2 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 I 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. =head2 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. =head2 ResourceARN => Str The Amazon Resource Name (ARN) for the file system resource. =head2 StorageCapacity => Int The storage capacity of the file system in gibibytes (GiB). =head2 StorageType => Str The storage type of the file system. Valid values are C and C. If set to C, the file system uses solid state drive storage. If set to C, the file system uses hard disk drive storage. =head2 SubnetIds => ArrayRef[Str|Undef] Specifies the IDs of the subnets that the file system is accessible from. For Windows C file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the C property. All other file systems have only one subnet ID. For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the endpoint for the file system. For C Windows file systems, the endpoint for the file system is available in the C. =head2 Tags => ArrayRef[L] 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 I. =head2 VpcId => Str The ID of the primary VPC for the file system. =head2 WindowsConfiguration => L The configuration for this Microsoft Windows file system. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut