public class HostConnectSpec extends DynamicData
Java class for HostConnectSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostConnectSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmFolder" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vimAccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vimAccountPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="managementIp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lockdownMode" type="{urn:vim25}HostLockdownMode" minOccurs="0"/>
<element name="hostGateway" type="{urn:vim25}HostGatewaySpec" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
force |
protected HostGatewaySpec |
hostGateway |
protected String |
hostName |
protected HostLockdownMode |
lockdownMode |
protected String |
managementIp |
protected String |
password |
protected Integer |
port |
protected String |
sslThumbprint |
protected String |
userName |
protected String |
vimAccountName |
protected String |
vimAccountPassword |
protected ManagedObjectReference |
vmFolder |
| Constructor and Description |
|---|
HostConnectSpec() |
| Modifier and Type | Method and Description |
|---|---|
HostGatewaySpec |
getHostGateway()
Gets the value of the hostGateway property.
|
String |
getHostName()
Gets the value of the hostName property.
|
HostLockdownMode |
getLockdownMode()
Gets the value of the lockdownMode property.
|
String |
getManagementIp()
Gets the value of the managementIp property.
|
String |
getPassword()
Gets the value of the password property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
String |
getUserName()
Gets the value of the userName property.
|
String |
getVimAccountName()
Gets the value of the vimAccountName property.
|
String |
getVimAccountPassword()
Gets the value of the vimAccountPassword property.
|
ManagedObjectReference |
getVmFolder()
Gets the value of the vmFolder property.
|
boolean |
isForce()
Gets the value of the force property.
|
void |
setForce(boolean value)
Sets the value of the force property.
|
void |
setHostGateway(HostGatewaySpec value)
Sets the value of the hostGateway property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setLockdownMode(HostLockdownMode value)
Sets the value of the lockdownMode property.
|
void |
setManagementIp(String value)
Sets the value of the managementIp property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setVimAccountName(String value)
Sets the value of the vimAccountName property.
|
void |
setVimAccountPassword(String value)
Sets the value of the vimAccountPassword property.
|
void |
setVmFolder(ManagedObjectReference value)
Sets the value of the vmFolder property.
|
protected String hostName
protected Integer port
protected String sslThumbprint
protected String userName
protected String password
protected ManagedObjectReference vmFolder
protected boolean force
protected String vimAccountName
protected String vimAccountPassword
protected String managementIp
protected HostLockdownMode lockdownMode
protected HostGatewaySpec hostGateway
public String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getSslThumbprint()
Stringpublic void setSslThumbprint(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic ManagedObjectReference getVmFolder()
ManagedObjectReferencepublic void setVmFolder(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic boolean isForce()
public void setForce(boolean value)
public String getVimAccountName()
Stringpublic void setVimAccountName(String value)
value - allowed object is
Stringpublic String getVimAccountPassword()
Stringpublic void setVimAccountPassword(String value)
value - allowed object is
Stringpublic String getManagementIp()
Stringpublic void setManagementIp(String value)
value - allowed object is
Stringpublic HostLockdownMode getLockdownMode()
HostLockdownModepublic void setLockdownMode(HostLockdownMode value)
value - allowed object is
HostLockdownModepublic HostGatewaySpec getHostGateway()
HostGatewaySpecpublic void setHostGateway(HostGatewaySpec value)
value - allowed object is
HostGatewaySpecCopyright © 2018. All rights reserved.