Class CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder, CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Availability Zone in which the Capacity Reservation Fleet reserves the capacity.final StringThe ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity.final ObjectIndicates whether the Capacity Reservation Fleet supports EBS-optimized instances types.final StringThe type of operating system for which the Capacity Reservation Fleet reserves capacity.final StringThe instance type for which the Capacity Reservation Fleet reserves capacity.final NumberThe priority to assign to the instance type.final NumberThe number of capacity units provided by the specified instance type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyThe Availability Zone in which the Capacity Reservation Fleet reserves the capacity.A Capacity Reservation Fleet can't span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.
- Specified by:
getAvailabilityZonein interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyThe ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity.A Capacity Reservation Fleet can't span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.
- Specified by:
getAvailabilityZoneIdin interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
getEbsOptimized
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyIndicates whether the Capacity Reservation Fleet supports EBS-optimized instances types.This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using EBS-optimized instance types.
- Specified by:
getEbsOptimizedin interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
getInstancePlatform
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyThe type of operating system for which the Capacity Reservation Fleet reserves capacity.- Specified by:
getInstancePlatformin interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
getInstanceType
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyThe instance type for which the Capacity Reservation Fleet reserves capacity.- Specified by:
getInstanceTypein interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
getPriority
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyThe priority to assign to the instance type.This value is used to determine which of the instance types specified for the Fleet should be prioritized for use. A lower value indicates a high priority. For more information, see Instance type priority in the Amazon EC2 User Guide .
- Specified by:
getPriorityin interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
getWeight
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationPropertyThe number of capacity units provided by the specified instance type.This value, together with the total target capacity that you specify for the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.
Valid Range: Minimum value of
0.001. Maximum value of99.999.- Specified by:
getWeightin interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-