Constructor and Description |
---|
CloudInitContainer() |
Modifier and Type | Method and Description |
---|---|
List<AuthorizedKey> |
authorizedKeys() |
void |
authorizedKeys(List<AuthorizedKey> newAuthorizedKeys) |
boolean |
authorizedKeysPresent() |
List<File> |
files() |
void |
files(List<File> newFiles) |
boolean |
filesPresent() |
Host |
host() |
void |
host(Host newHost) |
boolean |
hostPresent() |
NetworkConfiguration |
networkConfiguration() |
void |
networkConfiguration(NetworkConfiguration newNetworkConfiguration) |
boolean |
networkConfigurationPresent() |
boolean |
regenerateSshKeys() |
void |
regenerateSshKeys(boolean newRegenerateSshKeys) |
void |
regenerateSshKeys(Boolean newRegenerateSshKeys) |
boolean |
regenerateSshKeysPresent() |
String |
timezone() |
void |
timezone(String newTimezone) |
boolean |
timezonePresent() |
List<User> |
users() |
void |
users(List<User> newUsers) |
boolean |
usersPresent() |
makeArrayList, makeUnmodifiableList
public List<AuthorizedKey> authorizedKeys()
authorizedKeys
in interface CloudInit
public void authorizedKeys(List<AuthorizedKey> newAuthorizedKeys)
public boolean authorizedKeysPresent()
authorizedKeysPresent
in interface CloudInit
public boolean filesPresent()
filesPresent
in interface CloudInit
public void host(Host newHost)
public boolean hostPresent()
hostPresent
in interface CloudInit
public NetworkConfiguration networkConfiguration()
networkConfiguration
in interface CloudInit
public void networkConfiguration(NetworkConfiguration newNetworkConfiguration)
public boolean networkConfigurationPresent()
networkConfigurationPresent
in interface CloudInit
public boolean regenerateSshKeys()
regenerateSshKeys
in interface CloudInit
public void regenerateSshKeys(boolean newRegenerateSshKeys)
public void regenerateSshKeys(Boolean newRegenerateSshKeys)
public boolean regenerateSshKeysPresent()
regenerateSshKeysPresent
in interface CloudInit
public void timezone(String newTimezone)
public boolean timezonePresent()
timezonePresent
in interface CloudInit
public boolean usersPresent()
usersPresent
in interface CloudInit
Copyright © 2016. All rights reserved.