@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.384Z") @Stability(value=Experimental) public enum OperatingSystemType extends Enum<OperatingSystemType>
| Enum Constant and Description |
|---|
LINUX |
UNKNOWN
(experimental) Used when the type of the operating system is not known (for example, for imported Auto-Scaling Groups).
|
WINDOWS |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final OperatingSystemType LINUX
@Stability(value=Experimental) public static final OperatingSystemType WINDOWS
@Stability(value=Experimental) public static final OperatingSystemType UNKNOWN
public static OperatingSystemType[] values()
for (OperatingSystemType c : OperatingSystemType.values()) System.out.println(c);
public static OperatingSystemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.