public class AddStandaloneHostRequestType extends Object
Java class for AddStandaloneHostRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddStandaloneHostRequestType">
<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="compResSpec" type="{urn:vim25}ComputeResourceConfigSpec" minOccurs="0"/>
<element name="addConnected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<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 |
addConnected |
protected ComputeResourceConfigSpec |
compResSpec |
protected String |
license |
protected HostConnectSpec |
spec |
| Constructor and Description |
|---|
AddStandaloneHostRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ComputeResourceConfigSpec |
getCompResSpec()
Gets the value of the compResSpec property.
|
String |
getLicense()
Gets the value of the license property.
|
HostConnectSpec |
getSpec()
Gets the value of the spec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isAddConnected()
Gets the value of the addConnected property.
|
void |
setAddConnected(boolean value)
Sets the value of the addConnected property.
|
void |
setCompResSpec(ComputeResourceConfigSpec value)
Sets the value of the compResSpec property.
|
void |
setLicense(String value)
Sets the value of the license 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 ComputeResourceConfigSpec compResSpec
protected boolean addConnected
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 ComputeResourceConfigSpec getCompResSpec()
ComputeResourceConfigSpecpublic void setCompResSpec(ComputeResourceConfigSpec value)
value - allowed object is
ComputeResourceConfigSpecpublic boolean isAddConnected()
public void setAddConnected(boolean value)
public String getLicense()
StringCopyright © 2018. All rights reserved.