Table of Contents

Class CreateFileCacheLustreConfiguration

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

The Amazon File Cache configuration for the cache that you are creating.

public class CreateFileCacheLustreConfiguration
Inheritance
CreateFileCacheLustreConfiguration
Inherited Members

Constructors

CreateFileCacheLustreConfiguration()

public CreateFileCacheLustreConfiguration()

Properties

DeploymentType

Gets and sets the property DeploymentType.

Specifies the cache deployment type, which must be CACHE_1.

public FileCacheLustreDeploymentType DeploymentType { get; set; }

Property Value

FileCacheLustreDeploymentType

MetadataConfiguration

Gets and sets the property MetadataConfiguration.

The configuration for a Lustre MDT (Metadata Target) storage volume.

public FileCacheLustreMetadataConfiguration MetadataConfiguration { get; set; }

Property Value

FileCacheLustreMetadataConfiguration

PerUnitStorageThroughput

Gets and sets the property PerUnitStorageThroughput.

Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.

public int PerUnitStorageThroughput { get; set; }

Property Value

int

WeeklyMaintenanceStartTime

Gets and sets the property WeeklyMaintenanceStartTime.

public string WeeklyMaintenanceStartTime { get; set; }

Property Value

string