public class GuestCustomizationSection
extends org.jclouds.dmtf.ovf.SectionType
<complexType name="GuestCustomizationSection">
<complexContent>
<extension base="{http://schemas.dmtf.org/ovf/envelope/1}Section_Type">
<sequence>
<element name="Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ChangeSid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="VirtualMachineId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="JoinDomainEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UseOrgSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DomainUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DomainUserPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdminPasswordEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdminPasswordAuto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdminPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResetPasswordRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CustomizationScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ComputerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Link" type="{http://www.vmware.com/vcloud/v1.5}LinkType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GuestCustomizationSection.Builder<B extends GuestCustomizationSection.Builder<B>> |
| Modifier and Type | Method and Description |
|---|---|
static GuestCustomizationSection.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getAdminPassword()
Gets the value of the adminPassword property.
|
String |
getComputerName()
Gets the value of the computerName property.
|
String |
getCustomizationScript()
Gets the value of the customizationScript property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getDomainUserName()
Gets the value of the domainUserName property.
|
String |
getDomainUserPassword()
Gets the value of the domainUserPassword property.
|
URI |
getHref()
Gets the value of the href property.
|
Set<Link> |
getLinks()
Gets the value of the link property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVirtualMachineId()
Gets the value of the virtualMachineId property.
|
int |
hashCode() |
Boolean |
isAdminPasswordAuto()
Gets the value of the adminPasswordAuto property.
|
Boolean |
isAdminPasswordEnabled()
Gets the value of the adminPasswordEnabled property.
|
Boolean |
isChangeSid()
Gets the value of the changeSid property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isJoinDomainEnabled()
Gets the value of the joinDomainEnabled property.
|
Boolean |
isResetPasswordRequired()
Gets the value of the resetPasswordRequired property.
|
Boolean |
isUseOrgSettings()
Gets the value of the useOrgSettings property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
GuestCustomizationSection.Builder<?> |
toBuilder() |
public static GuestCustomizationSection.Builder<?> builder()
public GuestCustomizationSection.Builder<?> toBuilder()
public Boolean isEnabled()
Booleanpublic Boolean isChangeSid()
Booleanpublic String getVirtualMachineId()
Stringpublic Boolean isJoinDomainEnabled()
Booleanpublic Boolean isUseOrgSettings()
Booleanpublic String getDomainName()
Stringpublic String getDomainUserName()
Stringpublic String getDomainUserPassword()
Stringpublic Boolean isAdminPasswordEnabled()
Booleanpublic Boolean isAdminPasswordAuto()
Booleanpublic String getAdminPassword()
Stringpublic Boolean isResetPasswordRequired()
Booleanpublic String getCustomizationScript()
Stringpublic String getComputerName()
Stringpublic Set<Link> getLinks()
Linkpublic URI getHref()
public String getType()
Stringpublic boolean equals(Object o)
equals in class org.jclouds.dmtf.ovf.SectionTypepublic int hashCode()
hashCode in class org.jclouds.dmtf.ovf.SectionTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class org.jclouds.dmtf.ovf.SectionTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.