public class OSProfile extends Object
| Constructor and Description |
|---|
OSProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
adminPassword()
Get the adminPassword value.
|
String |
adminUsername()
Get the adminUsername value.
|
String |
computerName()
Get the computerName value.
|
String |
customData()
Get the customData value.
|
LinuxConfiguration |
linuxConfiguration()
Get the linuxConfiguration value.
|
List<VaultSecretGroup> |
secrets()
Get the secrets value.
|
WindowsConfiguration |
windowsConfiguration()
Get the windowsConfiguration value.
|
OSProfile |
withAdminPassword(String adminPassword)
Set the adminPassword value.
|
OSProfile |
withAdminUsername(String adminUsername)
Set the adminUsername value.
|
OSProfile |
withComputerName(String computerName)
Set the computerName value.
|
OSProfile |
withCustomData(String customData)
Set the customData value.
|
OSProfile |
withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
|
OSProfile |
withSecrets(List<VaultSecretGroup> secrets)
Set the secrets value.
|
OSProfile |
withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
|
public String computerName()
public OSProfile withComputerName(String computerName)
computerName - the computerName value to setpublic String adminUsername()
public OSProfile withAdminUsername(String adminUsername)
adminUsername - the adminUsername value to setpublic String adminPassword()
public OSProfile withAdminPassword(String adminPassword)
adminPassword - the adminPassword value to setpublic String customData()
public OSProfile withCustomData(String customData)
customData - the customData value to setpublic WindowsConfiguration windowsConfiguration()
public OSProfile withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
windowsConfiguration - the windowsConfiguration value to setpublic LinuxConfiguration linuxConfiguration()
public OSProfile withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
linuxConfiguration - the linuxConfiguration value to setpublic List<VaultSecretGroup> secrets()
public OSProfile withSecrets(List<VaultSecretGroup> secrets)
secrets - the secrets value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/