Class OSProfile.WindowsConfiguration.WinRM
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.OSProfile.WindowsConfiguration.WinRM
-
- Enclosing class:
- OSProfile.WindowsConfiguration
public abstract static class OSProfile.WindowsConfiguration.WinRM extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OSProfile.WindowsConfiguration.WinRM.Protocol
static class
OSProfile.WindowsConfiguration.WinRM.ProtocolListener
-
Constructor Summary
Constructors Constructor Description WinRM()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static OSProfile.WindowsConfiguration.WinRM
create(List<OSProfile.WindowsConfiguration.WinRM.ProtocolListener> listeners)
abstract List<OSProfile.WindowsConfiguration.WinRM.ProtocolListener>
listeners()
Map of different settings
-
-
-
Method Detail
-
listeners
public abstract List<OSProfile.WindowsConfiguration.WinRM.ProtocolListener> listeners()
Map of different settings
-
create
public static OSProfile.WindowsConfiguration.WinRM create(List<OSProfile.WindowsConfiguration.WinRM.ProtocolListener> listeners)
-
-