Interface CfnSpotFleet.TotalLocalStorageGBRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleet.TotalLocalStorageGBRequestProperty.Jsii$Proxy
- Enclosing class:
- CfnSpotFleet
@Stability(Stable)
public static interface CfnSpotFleet.TotalLocalStorageGBRequestProperty
extends software.amazon.jsii.JsiiSerializable
The minimum and maximum amount of total local storage, in GB.
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.ec2.*; TotalLocalStorageGBRequestProperty totalLocalStorageGBRequestProperty = TotalLocalStorageGBRequestProperty.builder() .max(123) .min(123) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpotFleet.TotalLocalStorageGBRequestProperty
static final class
An implementation forCfnSpotFleet.TotalLocalStorageGBRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum amount of total local storage, in GB.To specify no maximum limit, omit this parameter.
-
getMin
The minimum amount of total local storage, in GB.To specify no minimum limit, omit this parameter.
-
builder
-