Class CreateFileCacheLustreConfiguration
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
MetadataConfiguration
Gets and sets the property MetadataConfiguration.
The configuration for a Lustre MDT (Metadata Target) storage volume.
public FileCacheLustreMetadataConfiguration MetadataConfiguration { get; set; }
Property Value
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
WeeklyMaintenanceStartTime
Gets and sets the property WeeklyMaintenanceStartTime.
public string WeeklyMaintenanceStartTime { get; set; }