public class HostProfileSerializedHostProfileSpec extends ProfileSerializedCreateSpec
Java class for HostProfileSerializedHostProfileSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileSerializedHostProfileSpec">
<complexContent>
<extension base="{urn:vim25}ProfileSerializedCreateSpec">
<sequence>
<element name="validatorHost" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="validating" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
validating |
protected ManagedObjectReference |
validatorHost |
profileConfigStringannotation, enabled, name| Constructor and Description |
|---|
HostProfileSerializedHostProfileSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getValidatorHost()
Gets the value of the validatorHost property.
|
Boolean |
isValidating()
Gets the value of the validating property.
|
void |
setValidating(Boolean value)
Sets the value of the validating property.
|
void |
setValidatorHost(ManagedObjectReference value)
Sets the value of the validatorHost property.
|
getProfileConfigString, setProfileConfigStringgetAnnotation, getName, isEnabled, setAnnotation, setEnabled, setNameprotected ManagedObjectReference validatorHost
protected Boolean validating
public HostProfileSerializedHostProfileSpec()
public ManagedObjectReference getValidatorHost()
ManagedObjectReferencepublic void setValidatorHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isValidating()
BooleanCopyright © 2018. All rights reserved.