Class CfnFleet.AcceleratorTotalMemoryMiBRangeProperty
Defines the maximum and minimum amount of memory, in MiB, to use for the accelerator.
Inheritance
Namespace: Amazon.CDK.AwsDeadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AcceleratorTotalMemoryMiBRangeProperty : Object, CfnFleet.IAcceleratorTotalMemoryMiBRangeProperty
Syntax (vb)
Public Class AcceleratorTotalMemoryMiBRangeProperty
Inherits Object
Implements CfnFleet.IAcceleratorTotalMemoryMiBRangeProperty
Remarks
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.Aws_deadline;
var acceleratorTotalMemoryMiBRangeProperty = new AcceleratorTotalMemoryMiBRangeProperty {
Min = 123,
// the properties below are optional
Max = 123
};
Synopsis
Constructors
Accelerator |
Properties
Max | The maximum amount of memory to use for the accelerator, measured in MiB. |
Min | The minimum amount of memory to use for the accelerator, measured in MiB. |
Constructors
AcceleratorTotalMemoryMiBRangeProperty()
public AcceleratorTotalMemoryMiBRangeProperty()
Properties
Max
The maximum amount of memory to use for the accelerator, measured in MiB.
public Nullable<double> Max { get; set; }
Property Value
System.
Remarks
Min
The minimum amount of memory to use for the accelerator, measured in MiB.
public double Min { get; set; }
Property Value
System.