Interface CfnFleetPropsMixin.VCpuCountRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetPropsMixin.VCpuCountRangeProperty.Jsii$Proxy
- Enclosing class:
CfnFleetPropsMixin
@Stability(Stable)
public static interface CfnFleetPropsMixin.VCpuCountRangeProperty
extends software.amazon.jsii.JsiiSerializable
The allowable range of vCPU processing power for the fleet.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.deadline.mixins.*;
VCpuCountRangeProperty vCpuCountRangeProperty = VCpuCountRangeProperty.builder()
.max(123)
.min(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleetPropsMixin.VCpuCountRangePropertystatic final classAn implementation forCfnFleetPropsMixin.VCpuCountRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum amount of vCPU.- See Also:
-
getMin
The minimum amount of vCPU.- See Also:
-
builder
-