Class OSProfile
java.lang.Object
org.jclouds.azurecompute.arm.domain.OSProfile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
The admin password of the VMabstract String
The admin username of the VMstatic OSProfile.Builder
builder()
abstract String
The computer name of the VMstatic OSProfile
create
(String computerName, String adminUsername, String adminPassword, String customData, OSProfile.LinuxConfiguration linuxConfiguration, OSProfile.WindowsConfiguration windowsConfiguration, List<Secrets> secrets) abstract String
The custom data of the VMabstract OSProfile.LinuxConfiguration
The linux configuration of the VMsecrets()
The Secrets configuration of the VMabstract OSProfile.Builder
abstract OSProfile.WindowsConfiguration
The windows configuration of the VM
-
Constructor Details
-
OSProfile
public OSProfile()
-
-
Method Details
-
computerName
The computer name of the VM -
adminUsername
The admin username of the VM -
adminPassword
The admin password of the VM -
customData
The custom data of the VM -
linuxConfiguration
The linux configuration of the VM -
windowsConfiguration
The windows configuration of the VM -
secrets
The Secrets configuration of the VM -
create
public static OSProfile create(String computerName, String adminUsername, String adminPassword, String customData, OSProfile.LinuxConfiguration linuxConfiguration, OSProfile.WindowsConfiguration windowsConfiguration, List<Secrets> secrets) -
toBuilder
-
builder
-