org.jclouds.vcloud.director.v1_5.domain.section
Class GuestCustomizationSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.vcloud.director.v1_5.domain.section.GuestCustomizationSection

public class GuestCustomizationSection
extends org.jclouds.dmtf.ovf.SectionType

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

builder

public static GuestCustomizationSection.Builder<?> builder()

toBuilder

public GuestCustomizationSection.Builder<?> toBuilder()

isEnabled

public Boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

isChangeSid

public Boolean isChangeSid()
Gets the value of the changeSid property.

Returns:
possible object is Boolean

getVirtualMachineId

public String getVirtualMachineId()
Gets the value of the virtualMachineId property.

Returns:
possible object is String

isJoinDomainEnabled

public Boolean isJoinDomainEnabled()
Gets the value of the joinDomainEnabled property.

Returns:
possible object is Boolean

isUseOrgSettings

public Boolean isUseOrgSettings()
Gets the value of the useOrgSettings property.

Returns:
possible object is Boolean

getDomainName

public String getDomainName()
Gets the value of the domainName property.

Returns:
possible object is String

getDomainUserName

public String getDomainUserName()
Gets the value of the domainUserName property.

Returns:
possible object is String

getDomainUserPassword

public String getDomainUserPassword()
Gets the value of the domainUserPassword property.

Returns:
possible object is String

isAdminPasswordEnabled

public Boolean isAdminPasswordEnabled()
Gets the value of the adminPasswordEnabled property.

Returns:
possible object is Boolean

isAdminPasswordAuto

public Boolean isAdminPasswordAuto()
Gets the value of the adminPasswordAuto property.

Returns:
possible object is Boolean

getAdminPassword

public String getAdminPassword()
Gets the value of the adminPassword property.

Returns:
possible object is String

isResetPasswordRequired

public Boolean isResetPasswordRequired()
Gets the value of the resetPasswordRequired property.

Returns:
possible object is Boolean

getCustomizationScript

public String getCustomizationScript()
Gets the value of the customizationScript property.

Returns:
possible object is String

getComputerName

public String getComputerName()
Gets the value of the computerName property.

Returns:
possible object is String

getLinks

public Set<Link> getLinks()
Gets the value of the link property.

Objects of the following type(s) are allowed in the list Link


getHref

public URI getHref()
Gets the value of the href property.


getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

equals

public boolean equals(Object o)
Overrides:
equals in class org.jclouds.dmtf.ovf.SectionType

hashCode

public int hashCode()
Overrides:
hashCode in class org.jclouds.dmtf.ovf.SectionType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class org.jclouds.dmtf.ovf.SectionType


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.