public class AddHostRequestType extends Object
Java class for AddHostRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddHostRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="spec" type="{urn:vim25}HostConnectSpec"/>
<element name="asConnected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="resourcePool" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="license" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected boolean |
asConnected |
protected String |
license |
protected ManagedObjectReference |
resourcePool |
protected HostConnectSpec |
spec |
| Constructor and Description |
|---|
AddHostRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLicense()
Gets the value of the license property.
|
ManagedObjectReference |
getResourcePool()
Gets the value of the resourcePool property.
|
HostConnectSpec |
getSpec()
Gets the value of the spec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isAsConnected()
Gets the value of the asConnected property.
|
void |
setAsConnected(boolean value)
Sets the value of the asConnected property.
|
void |
setLicense(String value)
Sets the value of the license property.
|
void |
setResourcePool(ManagedObjectReference value)
Sets the value of the resourcePool property.
|
void |
setSpec(HostConnectSpec value)
Sets the value of the spec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected HostConnectSpec spec
protected boolean asConnected
protected ManagedObjectReference resourcePool
protected String license
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostConnectSpec getSpec()
HostConnectSpecpublic void setSpec(HostConnectSpec value)
value - allowed object is
HostConnectSpecpublic boolean isAsConnected()
public void setAsConnected(boolean value)
public ManagedObjectReference getResourcePool()
ManagedObjectReferencepublic void setResourcePool(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getLicense()
StringCopyright © 2018. All rights reserved.