AzureLargeInstancePowerStateEnum

enum AzureLargeInstancePowerStateEnum : Enum<AzureLargeInstancePowerStateEnum> , ConvertibleToJava<AzureLargeInstancePowerStateEnum>

Resource power state

Entries

Link copied to clipboard

Starting means that the Azure Large Instance resource is turning on.

Link copied to clipboard

Started means that the Azure Large Instance resource has been powered on.

Link copied to clipboard

Stopping means that the Azure Large Instance resource is shutting down.

Link copied to clipboard

Stopped means that the Azure Large Instance resource has shut down.

Link copied to clipboard

Restarting means that the Azure Large Instance resource is restarting.

Link copied to clipboard

Unknown means that the state of the Azure Large Instance is unknown.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: AzureLargeInstancePowerStateEnum
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): AzureLargeInstancePowerStateEnum
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.