Ec2Fleet Instance Requirements Request Local Storage
enum Ec2FleetInstanceRequirementsRequestLocalStorage : Enum<Ec2FleetInstanceRequirementsRequestLocalStorage> , ConvertibleToJava<Ec2FleetInstanceRequirementsRequestLocalStorage>
Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, Amazon EC2 instance store in the Amazon EC2 User Guide .
To include instance types with instance store volumes, specify
included
.To require only instance types with instance store volumes, specify
required
.To exclude instance types with instance store volumes, specify
excluded
. Default:included
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.