Class FileCacheLustreConfiguration
The configuration for the Amazon File Cache resource.
public class FileCacheLustreConfiguration
- Inheritance
-
FileCacheLustreConfiguration
- Inherited Members
Constructors
FileCacheLustreConfiguration()
public FileCacheLustreConfiguration()
Properties
DeploymentType
Gets and sets the property DeploymentType.
The deployment type of the Amazon File Cache resource, which must be CACHE_1
.
public FileCacheLustreDeploymentType DeploymentType { get; set; }
Property Value
LogConfiguration
Gets and sets the property LogConfiguration.
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
public LustreLogConfiguration LogConfiguration { 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
MountName
Gets and sets the property MountName.
You use the MountName
value when mounting the cache. If you pass a cache ID
to the DescribeFileCaches
operation, it returns the the MountName
value
as part of the cache's description.
public string MountName { get; set; }
Property Value
PerUnitStorageThroughput
Gets and sets the property PerUnitStorageThroughput.
Per unit storage throughput represents the megabytes per second of read or write throughput
per 1 tebibyte of storage provisioned. Cache throughput capacity is equal to Storage
capacity (TiB) * PerUnitStorageThroughput (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; }