Interface CfnSpotFleetPropsMixin.VCpuCountRangeRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleetPropsMixin.VCpuCountRangeRequestProperty.Jsii$Proxy
- Enclosing class:
CfnSpotFleetPropsMixin
@Stability(Stable)
public static interface CfnSpotFleetPropsMixin.VCpuCountRangeRequestProperty
extends software.amazon.jsii.JsiiSerializable
The minimum and maximum number of vCPUs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
VCpuCountRangeRequestProperty vCpuCountRangeRequestProperty = VCpuCountRangeRequestProperty.builder()
.max(123)
.min(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpotFleetPropsMixin.VCpuCountRangeRequestPropertystatic final classAn implementation forCfnSpotFleetPropsMixin.VCpuCountRangeRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum number of vCPUs.To specify no maximum limit, omit this parameter.
- See Also:
-
getMin
The minimum number of vCPUs.To specify no minimum limit, specify
0.- See Also:
-
builder
-