public class Initialization extends Object
Java class for Initialization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Initialization">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configuration" type="{}Configuration" minOccurs="0"/>
<element name="cloud_init" type="{}CloudInit" minOccurs="0"/>
<element name="host_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="authorized_ssh_keys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="regenerate_ssh_keys" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="regenerate_ids" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dns_servers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dns_search" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}nic_configurations" minOccurs="0"/>
<element name="windows_license_key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="root_password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="custom_script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="input_locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ui_language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="system_locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user_locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="active_directory_ou" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="org_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Initialization() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveDirectoryOu()
Gets the value of the activeDirectoryOu property.
|
String |
getAuthorizedSshKeys()
Gets the value of the authorizedSshKeys property.
|
CloudInit |
getCloudInit()
Gets the value of the cloudInit property.
|
Configuration |
getConfiguration()
Gets the value of the configuration property.
|
String |
getCustomScript()
Gets the value of the customScript property.
|
String |
getDnsSearch()
Gets the value of the dnsSearch property.
|
String |
getDnsServers()
Gets the value of the dnsServers property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getHostName()
Gets the value of the hostName property.
|
String |
getInputLocale()
Gets the value of the inputLocale property.
|
GuestNicsConfiguration |
getNicConfigurations()
Gets the value of the nicConfigurations property.
|
String |
getOrgName()
Gets the value of the orgName property.
|
Boolean |
getRegenerateIds()
Gets the value of the regenerateIds property.
|
Boolean |
getRegenerateSshKeys()
Gets the value of the regenerateSshKeys property.
|
String |
getRootPassword()
Gets the value of the rootPassword property.
|
String |
getSystemLocale()
Gets the value of the systemLocale property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
String |
getUiLanguage()
Gets the value of the uiLanguage property.
|
String |
getUserLocale()
Gets the value of the userLocale property.
|
String |
getUserName()
Gets the value of the userName property.
|
String |
getWindowsLicenseKey()
Gets the value of the windowsLicenseKey property.
|
boolean |
isSetActiveDirectoryOu() |
boolean |
isSetAuthorizedSshKeys() |
boolean |
isSetCloudInit() |
boolean |
isSetConfiguration() |
boolean |
isSetCustomScript() |
boolean |
isSetDnsSearch() |
boolean |
isSetDnsServers() |
boolean |
isSetDomain() |
boolean |
isSetHostName() |
boolean |
isSetInputLocale() |
boolean |
isSetNicConfigurations() |
boolean |
isSetOrgName() |
boolean |
isSetRegenerateIds() |
boolean |
isSetRegenerateSshKeys() |
boolean |
isSetRootPassword() |
boolean |
isSetSystemLocale() |
boolean |
isSetTimezone() |
boolean |
isSetUiLanguage() |
boolean |
isSetUserLocale() |
boolean |
isSetUserName() |
boolean |
isSetWindowsLicenseKey() |
void |
setActiveDirectoryOu(String value)
Sets the value of the activeDirectoryOu property.
|
void |
setAuthorizedSshKeys(String value)
Sets the value of the authorizedSshKeys property.
|
void |
setCloudInit(CloudInit value)
Sets the value of the cloudInit property.
|
void |
setConfiguration(Configuration value)
Sets the value of the configuration property.
|
void |
setCustomScript(String value)
Sets the value of the customScript property.
|
void |
setDnsSearch(String value)
Sets the value of the dnsSearch property.
|
void |
setDnsServers(String value)
Sets the value of the dnsServers property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setInputLocale(String value)
Sets the value of the inputLocale property.
|
void |
setNicConfigurations(GuestNicsConfiguration value)
Sets the value of the nicConfigurations property.
|
void |
setOrgName(String value)
Sets the value of the orgName property.
|
void |
setRegenerateIds(Boolean value)
Sets the value of the regenerateIds property.
|
void |
setRegenerateSshKeys(Boolean value)
Sets the value of the regenerateSshKeys property.
|
void |
setRootPassword(String value)
Sets the value of the rootPassword property.
|
void |
setSystemLocale(String value)
Sets the value of the systemLocale property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
void |
setUiLanguage(String value)
Sets the value of the uiLanguage property.
|
void |
setUserLocale(String value)
Sets the value of the userLocale property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setWindowsLicenseKey(String value)
Sets the value of the windowsLicenseKey property.
|
public Configuration getConfiguration()
Configurationpublic void setConfiguration(Configuration value)
value - allowed object is
Configurationpublic boolean isSetConfiguration()
public CloudInit getCloudInit()
CloudInitpublic void setCloudInit(CloudInit value)
value - allowed object is
CloudInitpublic boolean isSetCloudInit()
public String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic boolean isSetHostName()
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic boolean isSetDomain()
public String getTimezone()
Stringpublic void setTimezone(String value)
value - allowed object is
Stringpublic boolean isSetTimezone()
public String getAuthorizedSshKeys()
Stringpublic void setAuthorizedSshKeys(String value)
value - allowed object is
Stringpublic boolean isSetAuthorizedSshKeys()
public Boolean getRegenerateSshKeys()
Booleanpublic void setRegenerateSshKeys(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRegenerateSshKeys()
public Boolean getRegenerateIds()
Booleanpublic void setRegenerateIds(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRegenerateIds()
public String getDnsServers()
Stringpublic void setDnsServers(String value)
value - allowed object is
Stringpublic boolean isSetDnsServers()
public String getDnsSearch()
Stringpublic void setDnsSearch(String value)
value - allowed object is
Stringpublic boolean isSetDnsSearch()
public GuestNicsConfiguration getNicConfigurations()
GuestNicsConfigurationpublic void setNicConfigurations(GuestNicsConfiguration value)
value - allowed object is
GuestNicsConfigurationpublic boolean isSetNicConfigurations()
public String getWindowsLicenseKey()
Stringpublic void setWindowsLicenseKey(String value)
value - allowed object is
Stringpublic boolean isSetWindowsLicenseKey()
public String getRootPassword()
Stringpublic void setRootPassword(String value)
value - allowed object is
Stringpublic boolean isSetRootPassword()
public String getCustomScript()
Stringpublic void setCustomScript(String value)
value - allowed object is
Stringpublic boolean isSetCustomScript()
public String getInputLocale()
Stringpublic void setInputLocale(String value)
value - allowed object is
Stringpublic boolean isSetInputLocale()
public String getUiLanguage()
Stringpublic void setUiLanguage(String value)
value - allowed object is
Stringpublic boolean isSetUiLanguage()
public String getSystemLocale()
Stringpublic void setSystemLocale(String value)
value - allowed object is
Stringpublic boolean isSetSystemLocale()
public String getUserLocale()
Stringpublic void setUserLocale(String value)
value - allowed object is
Stringpublic boolean isSetUserLocale()
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getActiveDirectoryOu()
Stringpublic void setActiveDirectoryOu(String value)
value - allowed object is
Stringpublic boolean isSetActiveDirectoryOu()
public String getOrgName()
Stringpublic void setOrgName(String value)
value - allowed object is
Stringpublic boolean isSetOrgName()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0