Show / Hide Table of Contents

Class CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty

The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.

Inheritance
object
CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty
Implements
CfnFileSystemPropsMixin.IDataReadCacheConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty : CfnFileSystemPropsMixin.IDataReadCacheConfigurationProperty
Syntax (vb)
Public Class CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty Implements CfnFileSystemPropsMixin.IDataReadCacheConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;

             var dataReadCacheConfigurationProperty = new DataReadCacheConfigurationProperty {
                 SizeGiB = 123,
                 SizingMode = "sizingMode"
             };

Synopsis

Constructors

DataReadCacheConfigurationProperty()

The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.

Properties

SizeGiB

Required if SizingMode is set to USER_PROVISIONED .

SizingMode

Specifies how the provisioned SSD read cache is sized, as follows:.

Constructors

DataReadCacheConfigurationProperty()

The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.

public DataReadCacheConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;

             var dataReadCacheConfigurationProperty = new DataReadCacheConfigurationProperty {
                 SizeGiB = 123,
                 SizingMode = "sizingMode"
             };

Properties

SizeGiB

Required if SizingMode is set to USER_PROVISIONED .

public double? SizeGiB { get; set; }
Property Value

double?

Remarks

Specifies the size of the file system's SSD read cache, in gibibytes (GiB).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html#cfn-fsx-filesystem-datareadcacheconfiguration-sizegib

SizingMode

Specifies how the provisioned SSD read cache is sized, as follows:.

public string? SizingMode { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html#cfn-fsx-filesystem-datareadcacheconfiguration-sizingmode

    Implements

    CfnFileSystemPropsMixin.IDataReadCacheConfigurationProperty
    Back to top Generated by DocFX