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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder, CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Availability Zone in which the Capacity Reservation Fleet reserves the capacity.final String
The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity.final Object
Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types.final String
The type of operating system for which the Capacity Reservation Fleet reserves capacity.final String
The instance type for which the Capacity Reservation Fleet reserves capacity.final Number
The priority to assign to the instance type.final Number
The number of capacity units provided by the specified instance type.final int
hashCode()
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.InstanceTypeSpecificationProperty
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:
getAvailabilityZone
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
getAvailabilityZoneId
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
The 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:
getAvailabilityZoneId
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
getEbsOptimized
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
Indicates 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:
getEbsOptimized
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
getInstancePlatform
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
The type of operating system for which the Capacity Reservation Fleet reserves capacity.- Specified by:
getInstancePlatform
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
getInstanceType
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
The instance type for which the Capacity Reservation Fleet reserves capacity.- Specified by:
getInstanceType
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
getPriority
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
The 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:
getPriority
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
getWeight
Description copied from interface:CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
The 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:
getWeight
in interfaceCfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-