public class HostProfileCompleteConfigSpec extends HostProfileConfigSpec
Java class for HostProfileCompleteConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileCompleteConfigSpec">
<complexContent>
<extension base="{urn:vim25}HostProfileConfigSpec">
<sequence>
<element name="applyProfile" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="customComplyProfile" type="{urn:vim25}ComplianceProfile" minOccurs="0"/>
<element name="disabledExpressionListChanged" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="disabledExpressionList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="validatorHost" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="validating" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hostConfig" type="{urn:vim25}HostProfileConfigInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostApplyProfile |
applyProfile |
protected ComplianceProfile |
customComplyProfile |
protected List<String> |
disabledExpressionList |
protected boolean |
disabledExpressionListChanged |
protected HostProfileConfigInfo |
hostConfig |
protected Boolean |
validating |
protected ManagedObjectReference |
validatorHost |
annotation, enabled, name| Constructor and Description |
|---|
HostProfileCompleteConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
HostApplyProfile |
getApplyProfile()
Gets the value of the applyProfile property.
|
ComplianceProfile |
getCustomComplyProfile()
Gets the value of the customComplyProfile property.
|
List<String> |
getDisabledExpressionList()
Gets the value of the disabledExpressionList property.
|
HostProfileConfigInfo |
getHostConfig()
Gets the value of the hostConfig property.
|
ManagedObjectReference |
getValidatorHost()
Gets the value of the validatorHost property.
|
boolean |
isDisabledExpressionListChanged()
Gets the value of the disabledExpressionListChanged property.
|
Boolean |
isValidating()
Gets the value of the validating property.
|
void |
setApplyProfile(HostApplyProfile value)
Sets the value of the applyProfile property.
|
void |
setCustomComplyProfile(ComplianceProfile value)
Sets the value of the customComplyProfile property.
|
void |
setDisabledExpressionListChanged(boolean value)
Sets the value of the disabledExpressionListChanged property.
|
void |
setHostConfig(HostProfileConfigInfo value)
Sets the value of the hostConfig property.
|
void |
setValidating(Boolean value)
Sets the value of the validating property.
|
void |
setValidatorHost(ManagedObjectReference value)
Sets the value of the validatorHost property.
|
getAnnotation, getName, isEnabled, setAnnotation, setEnabled, setNameprotected HostApplyProfile applyProfile
protected ComplianceProfile customComplyProfile
protected boolean disabledExpressionListChanged
protected ManagedObjectReference validatorHost
protected Boolean validating
protected HostProfileConfigInfo hostConfig
public HostApplyProfile getApplyProfile()
HostApplyProfilepublic void setApplyProfile(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic ComplianceProfile getCustomComplyProfile()
ComplianceProfilepublic void setCustomComplyProfile(ComplianceProfile value)
value - allowed object is
ComplianceProfilepublic boolean isDisabledExpressionListChanged()
public void setDisabledExpressionListChanged(boolean value)
public List<String> getDisabledExpressionList()
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 disabledExpressionList property.
For example, to add a new item, do as follows:
getDisabledExpressionList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ManagedObjectReference getValidatorHost()
ManagedObjectReferencepublic void setValidatorHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isValidating()
Booleanpublic void setValidating(Boolean value)
value - allowed object is
Booleanpublic HostProfileConfigInfo getHostConfig()
HostProfileConfigInfopublic void setHostConfig(HostProfileConfigInfo value)
value - allowed object is
HostProfileConfigInfoCopyright © 2018. All rights reserved.