Enum Class VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol
java.lang.Object
java.lang.Enum<VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol>
org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol
- All Implemented Interfaces:
Serializable
,Comparable<VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol>
,java.lang.constant.Constable
- Enclosing class:
VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM
public static enum VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol
extends Enum<VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
HTTP
-
HTTPS
-
UNRECOGNIZED
public static final VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol UNRECOGNIZED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromValue
public static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol fromValue(String value) -
toString
- Overrides:
toString
in classEnum<VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol>
-