Table of Contents

Class UpdateFileSystemOpenZFSConfiguration

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

The configuration updates for an Amazon FSx for OpenZFS file system.

public class UpdateFileSystemOpenZFSConfiguration
Inheritance
UpdateFileSystemOpenZFSConfiguration
Inherited Members

Constructors

UpdateFileSystemOpenZFSConfiguration()

public UpdateFileSystemOpenZFSConfiguration()

Properties

AddRouteTableIds

Gets and sets the property AddRouteTableIds.

(Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your Amazon FSx for OpenZFS file system.

public List<string> AddRouteTableIds { get; set; }

Property Value

List<string>

AutomaticBackupRetentionDays

Gets and sets the property AutomaticBackupRetentionDays.

public int AutomaticBackupRetentionDays { get; set; }

Property Value

int

CopyTagsToBackups

Gets and sets the property CopyTagsToBackups.

A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

public bool CopyTagsToBackups { get; set; }

Property Value

bool

CopyTagsToVolumes

Gets and sets the property CopyTagsToVolumes.

A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

public bool CopyTagsToVolumes { get; set; }

Property Value

bool

DailyAutomaticBackupStartTime

Gets and sets the property DailyAutomaticBackupStartTime.

public string DailyAutomaticBackupStartTime { get; set; }

Property Value

string

DiskIopsConfiguration

Gets and sets the property DiskIopsConfiguration.

public DiskIopsConfiguration DiskIopsConfiguration { get; set; }

Property Value

DiskIopsConfiguration

RemoveRouteTableIds

Gets and sets the property RemoveRouteTableIds.

(Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove) from your Amazon FSx for OpenZFS file system. You can use the API operation to retrieve the list of VPC route table IDs for a file system.

public List<string> RemoveRouteTableIds { get; set; }

Property Value

List<string>

ThroughputCapacity

Gets and sets the property ThroughputCapacity.

The throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
 (MB/s). Valid values depend on the DeploymentType you choose, as follows:

  • For MULTI_AZ_1 and SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.

  • For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.

public int ThroughputCapacity { get; set; }

Property Value

int

WeeklyMaintenanceStartTime

Gets and sets the property WeeklyMaintenanceStartTime.

public string WeeklyMaintenanceStartTime { get; set; }

Property Value

string