Class OpenZFSFileSystemConfiguration
The configuration for the Amazon FSx for OpenZFS file system.
public class OpenZFSFileSystemConfiguration
- Inheritance
-
OpenZFSFileSystemConfiguration
- Inherited Members
Constructors
OpenZFSFileSystemConfiguration()
public OpenZFSFileSystemConfiguration()
Properties
AutomaticBackupRetentionDays
Gets and sets the property AutomaticBackupRetentionDays.
public int AutomaticBackupRetentionDays { get; set; }
Property Value
CopyTagsToBackups
Gets and sets the property CopyTagsToBackups.
A Boolean value indicating whether tags on the file system should be copied to backups.
If it's set to true
, all tags on the file system are copied to all automatic
backups and any user-initiated backups where the user doesn't specify any 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
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
DailyAutomaticBackupStartTime
Gets and sets the property DailyAutomaticBackupStartTime.
public string DailyAutomaticBackupStartTime { get; set; }
Property Value
DeploymentType
Gets and sets the property DeploymentType.
Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
MULTI_AZ_1
, SINGLE_AZ_HA_2
, SINGLE_AZ_HA_1
, SINGLE_AZ_2
,
and SINGLE_AZ_1
.
public OpenZFSDeploymentType DeploymentType { get; set; }
Property Value
DiskIopsConfiguration
Gets and sets the property DiskIopsConfiguration.
public DiskIopsConfiguration DiskIopsConfiguration { get; set; }
Property Value
EndpointIpAddress
Gets and sets the property EndpointIpAddress.
The IP address of the endpoint that is used to access data or to manage the file system.
public string EndpointIpAddress { get; set; }
Property Value
EndpointIpAddressRange
Gets and sets the property EndpointIpAddressRange.
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /28 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.
public string EndpointIpAddressRange { get; set; }
Property Value
PreferredSubnetId
Gets and sets the property PreferredSubnetId.
Required when DeploymentType
is set to MULTI_AZ_1
. This specifies the
subnet in which you want the preferred file server to be located.
public string PreferredSubnetId { get; set; }
Property Value
RootVolumeId
Gets and sets the property RootVolumeId.
The ID of the root volume of the OpenZFS file system.
public string RootVolumeId { get; set; }
Property Value
RouteTableIds
Gets and sets the property RouteTableIds.
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
public List<string> RouteTableIds { get; set; }
Property Value
ThroughputCapacity
Gets and sets the property ThroughputCapacity.
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
public int ThroughputCapacity { get; set; }
Property Value
WeeklyMaintenanceStartTime
Gets and sets the property WeeklyMaintenanceStartTime.
public string WeeklyMaintenanceStartTime { get; set; }