public class CustomizationIdentification extends DynamicData
Java class for CustomizationIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationIdentification">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="joinWorkgroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="joinDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domainAdmin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domainAdminPassword" type="{urn:vim25}CustomizationPassword" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainAdmin |
protected CustomizationPassword |
domainAdminPassword |
protected String |
joinDomain |
protected String |
joinWorkgroup |
| Constructor and Description |
|---|
CustomizationIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainAdmin()
Gets the value of the domainAdmin property.
|
CustomizationPassword |
getDomainAdminPassword()
Gets the value of the domainAdminPassword property.
|
String |
getJoinDomain()
Gets the value of the joinDomain property.
|
String |
getJoinWorkgroup()
Gets the value of the joinWorkgroup property.
|
void |
setDomainAdmin(String value)
Sets the value of the domainAdmin property.
|
void |
setDomainAdminPassword(CustomizationPassword value)
Sets the value of the domainAdminPassword property.
|
void |
setJoinDomain(String value)
Sets the value of the joinDomain property.
|
void |
setJoinWorkgroup(String value)
Sets the value of the joinWorkgroup property.
|
protected String joinWorkgroup
protected String joinDomain
protected String domainAdmin
protected CustomizationPassword domainAdminPassword
public String getJoinWorkgroup()
Stringpublic void setJoinWorkgroup(String value)
value - allowed object is
Stringpublic String getJoinDomain()
Stringpublic void setJoinDomain(String value)
value - allowed object is
Stringpublic String getDomainAdmin()
Stringpublic void setDomainAdmin(String value)
value - allowed object is
Stringpublic CustomizationPassword getDomainAdminPassword()
CustomizationPasswordpublic void setDomainAdminPassword(CustomizationPassword value)
value - allowed object is
CustomizationPasswordCopyright © 2018. All rights reserved.