Interface CfnFleet.VCpuCountRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.VCpuCountRangeProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.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.services.deadline.*;
VCpuCountRangeProperty vCpuCountRangeProperty = VCpuCountRangeProperty.builder()
.min(123)
// the properties below are optional
.max(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleet.VCpuCountRangePropertystatic final classAn implementation forCfnFleet.VCpuCountRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMin
The minimum amount of vCPU.- See Also:
-
getMax
The maximum amount of vCPU.- See Also:
-
builder
-