Enum OperatingSystem
- All Implemented Interfaces:
Serializable
,Comparable<OperatingSystem>
,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:07.841Z")
@Stability(Experimental)
public enum OperatingSystem
extends Enum<OperatingSystem>
(experimental) The operating system that the game server binaries are built to run on.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription(experimental) Amazon Linux operating system.(experimental) Amazon Linux 2 operating system.(experimental) Amazon Linux 2023 operating system.Deprecated.If you have active fleets using the Windows Server 2012 operating system, you can continue to create new builds using this OS until October 10, 2023, when Microsoft ends its support.(experimental) Windows Server 2016 operating system. -
Method Summary
Modifier and TypeMethodDescriptionstatic OperatingSystem
Returns the enum constant of this type with the specified name.static OperatingSystem[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AMAZON_LINUX
(experimental) Amazon Linux operating system. -
AMAZON_LINUX_2
(experimental) Amazon Linux 2 operating system. -
AMAZON_LINUX_2023
(experimental) Amazon Linux 2023 operating system. -
WINDOWS_2012
Deprecated.If you have active fleets using the Windows Server 2012 operating system, you can continue to create new builds using this OS until October 10, 2023, when Microsoft ends its support. All others must use Windows Server 2016 when creating new Windows-based builds.(deprecated) Windows Server 2012 operating system. -
WINDOWS_2016
(experimental) Windows Server 2016 operating system.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-