public class CloudInit extends Object
Java class for CloudInit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloudInit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}host" minOccurs="0"/>
<element ref="{}authorized_keys" minOccurs="0"/>
<element ref="{}network_configuration" minOccurs="0"/>
<element name="regenerate_ssh_keys" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}users" minOccurs="0"/>
<element ref="{}files" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CloudInit() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedKeys |
getAuthorizedKeys()
Gets the value of the authorizedKeys property.
|
Files |
getFiles()
Gets the value of the files property.
|
Host |
getHost()
Gets the value of the host property.
|
NetworkConfiguration |
getNetworkConfiguration()
Gets the value of the networkConfiguration property.
|
Boolean |
getRegenerateSshKeys()
Gets the value of the regenerateSshKeys property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
Users |
getUsers()
Gets the value of the users property.
|
boolean |
isSetAuthorizedKeys() |
boolean |
isSetFiles() |
boolean |
isSetHost() |
boolean |
isSetNetworkConfiguration() |
boolean |
isSetRegenerateSshKeys() |
boolean |
isSetTimezone() |
boolean |
isSetUsers() |
void |
setAuthorizedKeys(AuthorizedKeys value)
Sets the value of the authorizedKeys property.
|
void |
setFiles(Files value)
Sets the value of the files property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setNetworkConfiguration(NetworkConfiguration value)
Sets the value of the networkConfiguration property.
|
void |
setRegenerateSshKeys(Boolean value)
Sets the value of the regenerateSshKeys property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
void |
setUsers(Users value)
Sets the value of the users property.
|
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public AuthorizedKeys getAuthorizedKeys()
AuthorizedKeyspublic void setAuthorizedKeys(AuthorizedKeys value)
value - allowed object is
AuthorizedKeyspublic boolean isSetAuthorizedKeys()
public NetworkConfiguration getNetworkConfiguration()
NetworkConfigurationpublic void setNetworkConfiguration(NetworkConfiguration value)
value - allowed object is
NetworkConfigurationpublic boolean isSetNetworkConfiguration()
public Boolean getRegenerateSshKeys()
Booleanpublic void setRegenerateSshKeys(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRegenerateSshKeys()
public String getTimezone()
Stringpublic void setTimezone(String value)
value - allowed object is
Stringpublic boolean isSetTimezone()
public Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic boolean isSetUsers()
public Files getFiles()
Filespublic void setFiles(Files value)
value - allowed object is
Filespublic boolean isSetFiles()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0