Uses of Class
org.jclouds.azurecompute.arm.domain.OSProfile.WindowsConfiguration.WinRM.Protocol
-
Packages that use OSProfile.WindowsConfiguration.WinRM.Protocol Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of OSProfile.WindowsConfiguration.WinRM.Protocol in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return OSProfile.WindowsConfiguration.WinRM.Protocol Modifier and Type Method Description static OSProfile.WindowsConfiguration.WinRM.Protocol
OSProfile.WindowsConfiguration.WinRM.Protocol. fromValue(String value)
abstract OSProfile.WindowsConfiguration.WinRM.Protocol
OSProfile.WindowsConfiguration.WinRM.ProtocolListener. protocol()
static OSProfile.WindowsConfiguration.WinRM.Protocol
OSProfile.WindowsConfiguration.WinRM.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static OSProfile.WindowsConfiguration.WinRM.Protocol[]
OSProfile.WindowsConfiguration.WinRM.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type OSProfile.WindowsConfiguration.WinRM.Protocol Modifier and Type Method Description static OSProfile.WindowsConfiguration.WinRM.ProtocolListener
OSProfile.WindowsConfiguration.WinRM.ProtocolListener. create(OSProfile.WindowsConfiguration.WinRM.Protocol protocol, String certificateUrl)
-