|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.dmtf.ovf.SectionType
org.jclouds.vcloud.director.v1_5.domain.section.GuestCustomizationSection
public class GuestCustomizationSection
Represents a guest customization settings.
<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>
| Nested Class Summary | |
|---|---|
static class |
GuestCustomizationSection.Builder<B extends GuestCustomizationSection.Builder<B>>
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType |
|---|
getInfo, isRequired, setInfo, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
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()
Link
public 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.SectionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||