public class HostConnectInfo extends DynamicData
Java class for HostConnectInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostConnectInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="serverIp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inDasCluster" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="host" type="{urn:vim25}HostListSummary"/>
<element name="vm" type="{urn:vim25}VirtualMachineSummary" maxOccurs="unbounded" minOccurs="0"/>
<element name="vimAccountNameRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="clusterSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="network" type="{urn:vim25}HostConnectInfoNetworkInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="datastore" type="{urn:vim25}HostDatastoreConnectInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="license" type="{urn:vim25}HostLicenseConnectInfo" minOccurs="0"/>
<element name="capability" type="{urn:vim25}HostCapability" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostCapability |
capability |
protected Boolean |
clusterSupported |
protected List<HostDatastoreConnectInfo> |
datastore |
protected HostListSummary |
host |
protected Boolean |
inDasCluster |
protected HostLicenseConnectInfo |
license |
protected List<HostConnectInfoNetworkInfo> |
network |
protected String |
serverIp |
protected Boolean |
vimAccountNameRequired |
protected List<VirtualMachineSummary> |
vm |
| Constructor and Description |
|---|
HostConnectInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostCapability |
getCapability()
Gets the value of the capability property.
|
List<HostDatastoreConnectInfo> |
getDatastore()
Gets the value of the datastore property.
|
HostListSummary |
getHost()
Gets the value of the host property.
|
HostLicenseConnectInfo |
getLicense()
Gets the value of the license property.
|
List<HostConnectInfoNetworkInfo> |
getNetwork()
Gets the value of the network property.
|
String |
getServerIp()
Gets the value of the serverIp property.
|
List<VirtualMachineSummary> |
getVm()
Gets the value of the vm property.
|
Boolean |
isClusterSupported()
Gets the value of the clusterSupported property.
|
Boolean |
isInDasCluster()
Gets the value of the inDasCluster property.
|
Boolean |
isVimAccountNameRequired()
Gets the value of the vimAccountNameRequired property.
|
void |
setCapability(HostCapability value)
Sets the value of the capability property.
|
void |
setClusterSupported(Boolean value)
Sets the value of the clusterSupported property.
|
void |
setHost(HostListSummary value)
Sets the value of the host property.
|
void |
setInDasCluster(Boolean value)
Sets the value of the inDasCluster property.
|
void |
setLicense(HostLicenseConnectInfo value)
Sets the value of the license property.
|
void |
setServerIp(String value)
Sets the value of the serverIp property.
|
void |
setVimAccountNameRequired(Boolean value)
Sets the value of the vimAccountNameRequired property.
|
protected String serverIp
protected Boolean inDasCluster
protected HostListSummary host
protected List<VirtualMachineSummary> vm
protected Boolean vimAccountNameRequired
protected Boolean clusterSupported
protected List<HostConnectInfoNetworkInfo> network
protected List<HostDatastoreConnectInfo> datastore
protected HostLicenseConnectInfo license
protected HostCapability capability
public String getServerIp()
Stringpublic void setServerIp(String value)
value - allowed object is
Stringpublic Boolean isInDasCluster()
Booleanpublic void setInDasCluster(Boolean value)
value - allowed object is
Booleanpublic HostListSummary getHost()
HostListSummarypublic void setHost(HostListSummary value)
value - allowed object is
HostListSummarypublic List<VirtualMachineSummary> getVm()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vm property.
For example, to add a new item, do as follows:
getVm().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineSummary
public Boolean isVimAccountNameRequired()
Booleanpublic void setVimAccountNameRequired(Boolean value)
value - allowed object is
Booleanpublic Boolean isClusterSupported()
Booleanpublic void setClusterSupported(Boolean value)
value - allowed object is
Booleanpublic List<HostConnectInfoNetworkInfo> getNetwork()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the network property.
For example, to add a new item, do as follows:
getNetwork().add(newItem);
Objects of the following type(s) are allowed in the list
HostConnectInfoNetworkInfo
public List<HostDatastoreConnectInfo> getDatastore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastore property.
For example, to add a new item, do as follows:
getDatastore().add(newItem);
Objects of the following type(s) are allowed in the list
HostDatastoreConnectInfo
public HostLicenseConnectInfo getLicense()
HostLicenseConnectInfopublic void setLicense(HostLicenseConnectInfo value)
value - allowed object is
HostLicenseConnectInfopublic HostCapability getCapability()
HostCapabilitypublic void setCapability(HostCapability value)
value - allowed object is
HostCapabilityCopyright © 2018. All rights reserved.