public static enum OSProfile.WindowsConfiguration.WinRM.Protocol extends Enum<OSProfile.WindowsConfiguration.WinRM.Protocol>
| Enum Constant and Description |
|---|
HTTP |
HTTPS |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
static OSProfile.WindowsConfiguration.WinRM.Protocol |
fromValue(String value) |
String |
toString() |
static OSProfile.WindowsConfiguration.WinRM.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSProfile.WindowsConfiguration.WinRM.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSProfile.WindowsConfiguration.WinRM.Protocol HTTP
public static final OSProfile.WindowsConfiguration.WinRM.Protocol HTTPS
public static final OSProfile.WindowsConfiguration.WinRM.Protocol UNRECOGNIZED
public static OSProfile.WindowsConfiguration.WinRM.Protocol[] values()
for (OSProfile.WindowsConfiguration.WinRM.Protocol c : OSProfile.WindowsConfiguration.WinRM.Protocol.values()) System.out.println(c);
public static OSProfile.WindowsConfiguration.WinRM.Protocol 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 nullpublic static OSProfile.WindowsConfiguration.WinRM.Protocol fromValue(String value)
public String toString()
toString in class Enum<OSProfile.WindowsConfiguration.WinRM.Protocol>Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.