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()
Configuration
public void setConfiguration(Configuration value)
value
- allowed object is
Configuration
public boolean isSetConfiguration()
public CloudInit getCloudInit()
CloudInit
public void setCloudInit(CloudInit value)
value
- allowed object is
CloudInit
public boolean isSetCloudInit()
public String getHostName()
String
public void setHostName(String value)
value
- allowed object is
String
public boolean isSetHostName()
public String getDomain()
String
public void setDomain(String value)
value
- allowed object is
String
public boolean isSetDomain()
public String getTimezone()
String
public void setTimezone(String value)
value
- allowed object is
String
public boolean isSetTimezone()
public String getAuthorizedSshKeys()
String
public void setAuthorizedSshKeys(String value)
value
- allowed object is
String
public boolean isSetAuthorizedSshKeys()
public Boolean getRegenerateSshKeys()
Boolean
public void setRegenerateSshKeys(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRegenerateSshKeys()
public Boolean getRegenerateIds()
Boolean
public void setRegenerateIds(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRegenerateIds()
public String getDnsServers()
String
public void setDnsServers(String value)
value
- allowed object is
String
public boolean isSetDnsServers()
public String getDnsSearch()
String
public void setDnsSearch(String value)
value
- allowed object is
String
public boolean isSetDnsSearch()
public GuestNicsConfiguration getNicConfigurations()
GuestNicsConfiguration
public void setNicConfigurations(GuestNicsConfiguration value)
value
- allowed object is
GuestNicsConfiguration
public boolean isSetNicConfigurations()
public String getWindowsLicenseKey()
String
public void setWindowsLicenseKey(String value)
value
- allowed object is
String
public boolean isSetWindowsLicenseKey()
public String getRootPassword()
String
public void setRootPassword(String value)
value
- allowed object is
String
public boolean isSetRootPassword()
public String getCustomScript()
String
public void setCustomScript(String value)
value
- allowed object is
String
public boolean isSetCustomScript()
public String getInputLocale()
String
public void setInputLocale(String value)
value
- allowed object is
String
public boolean isSetInputLocale()
public String getUiLanguage()
String
public void setUiLanguage(String value)
value
- allowed object is
String
public boolean isSetUiLanguage()
public String getSystemLocale()
String
public void setSystemLocale(String value)
value
- allowed object is
String
public boolean isSetSystemLocale()
public String getUserLocale()
String
public void setUserLocale(String value)
value
- allowed object is
String
public boolean isSetUserLocale()
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public boolean isSetUserName()
public String getActiveDirectoryOu()
String
public void setActiveDirectoryOu(String value)
value
- allowed object is
String
public boolean isSetActiveDirectoryOu()
public String getOrgName()
String
public void setOrgName(String value)
value
- allowed object is
String
public boolean isSetOrgName()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0