public class ValidateHostRequestType extends Object
Java class for ValidateHostRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidateHostRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="ovfDescriptor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="vhp" type="{urn:vim25}OvfValidateHostParams"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
host |
protected String |
ovfDescriptor |
protected OvfValidateHostParams |
vhp |
| Constructor and Description |
|---|
ValidateHostRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getOvfDescriptor()
Gets the value of the ovfDescriptor property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
OvfValidateHostParams |
getVhp()
Gets the value of the vhp property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setOvfDescriptor(String value)
Sets the value of the ovfDescriptor property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVhp(OvfValidateHostParams value)
Sets the value of the vhp property.
|
protected ManagedObjectReference _this
protected String ovfDescriptor
protected ManagedObjectReference host
protected OvfValidateHostParams vhp
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getOvfDescriptor()
Stringpublic void setOvfDescriptor(String value)
value - allowed object is
Stringpublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic OvfValidateHostParams getVhp()
OvfValidateHostParamspublic void setVhp(OvfValidateHostParams value)
value - allowed object is
OvfValidateHostParamsCopyright © 2018. All rights reserved.