The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::FSX::UpdateFileSystem - Arguments for method UpdateFileSystem on Paws::FSX

DESCRIPTION

This class represents the parameters used for calling the method UpdateFileSystem on the Amazon FSx service. Use the attributes of this class as arguments to method UpdateFileSystem.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateFileSystem.

SYNOPSIS

    my $fsx = Paws->service('FSX');
    my $UpdateFileSystemResponse = $fsx->UpdateFileSystem(
      FileSystemId        => 'MyFileSystemId',
      ClientRequestToken  => 'MyClientRequestToken',    # OPTIONAL
      LustreConfiguration => {
        WeeklyMaintenanceStartTime => 'MyWeeklyTime', # min: 7, max: 7; OPTIONAL
      },    # OPTIONAL
      WindowsConfiguration => {
        AutomaticBackupRetentionDays => 1,    # max: 35; OPTIONAL
        DailyAutomaticBackupStartTime =>
          'MyDailyTime',                      # min: 5, max: 5; OPTIONAL
        SelfManagedActiveDirectoryConfiguration => {
          DnsIps   => [ 'MyIpAddress', ... ],    # min: 1, max: 2; OPTIONAL
          Password => 'MyDirectoryPassword',     # min: 1, max: 256; OPTIONAL
          UserName => 'MyDirectoryUserName',     # min: 1, max: 256; OPTIONAL
        },    # OPTIONAL
        WeeklyMaintenanceStartTime => 'MyWeeklyTime', # min: 7, max: 7; OPTIONAL
      },    # OPTIONAL
    );

    # Results:
    my $FileSystem = $UpdateFileSystemResponse->FileSystem;

    # Returns a L<Paws::FSX::UpdateFileSystemResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/fsx/UpdateFileSystem

ATTRIBUTES

ClientRequestToken => Str

(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.

REQUIRED FileSystemId => Str

LustreConfiguration => Paws::FSX::UpdateFileSystemLustreConfiguration

WindowsConfiguration => Paws::FSX::UpdateFileSystemWindowsConfiguration

The configuration update for this Microsoft Windows file system. The only supported options are for backup and maintenance and for self-managed Active Directory configuration.

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateFileSystem 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