Show / Hide Table of Contents

Class CfnSpotFleetPropsMixin.MemoryMiBRequestProperty

The minimum and maximum amount of memory, in MiB.

Inheritance
object
CfnSpotFleetPropsMixin.MemoryMiBRequestProperty
Implements
CfnSpotFleetPropsMixin.IMemoryMiBRequestProperty
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.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSpotFleetPropsMixin.MemoryMiBRequestProperty : CfnSpotFleetPropsMixin.IMemoryMiBRequestProperty
Syntax (vb)
Public Class CfnSpotFleetPropsMixin.MemoryMiBRequestProperty Implements CfnSpotFleetPropsMixin.IMemoryMiBRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-memorymibrequest.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.EC2.Mixins;

             var memoryMiBRequestProperty = new MemoryMiBRequestProperty {
                 Max = 123,
                 Min = 123
             };

Synopsis

Constructors

MemoryMiBRequestProperty()

The minimum and maximum amount of memory, in MiB.

Properties

Max

The maximum amount of memory, in MiB.

Min

The minimum amount of memory, in MiB.

Constructors

MemoryMiBRequestProperty()

The minimum and maximum amount of memory, in MiB.

public MemoryMiBRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-memorymibrequest.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.EC2.Mixins;

             var memoryMiBRequestProperty = new MemoryMiBRequestProperty {
                 Max = 123,
                 Min = 123
             };

Properties

Max

The maximum amount of memory, in MiB.

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

double?

Remarks

To specify no maximum limit, omit this parameter.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-memorymibrequest.html#cfn-ec2-spotfleet-memorymibrequest-max

Min

The minimum amount of memory, in MiB.

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

double?

Remarks

To specify no minimum limit, specify 0 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-memorymibrequest.html#cfn-ec2-spotfleet-memorymibrequest-min

Implements

CfnSpotFleetPropsMixin.IMemoryMiBRequestProperty
Back to top Generated by DocFX