public class HostProfileConfigInfo extends ProfileConfigInfo
Java class for HostProfileConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileConfigInfo">
<complexContent>
<extension base="{urn:vim25}ProfileConfigInfo">
<sequence>
<element name="applyProfile" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="defaultComplyProfile" type="{urn:vim25}ComplianceProfile" minOccurs="0"/>
<element name="defaultComplyLocator" type="{urn:vim25}ComplianceLocator" maxOccurs="unbounded" minOccurs="0"/>
<element name="customComplyProfile" type="{urn:vim25}ComplianceProfile" minOccurs="0"/>
<element name="disabledExpressionList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{urn:vim25}ProfileDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostApplyProfile |
applyProfile |
protected ComplianceProfile |
customComplyProfile |
protected List<ComplianceLocator> |
defaultComplyLocator |
protected ComplianceProfile |
defaultComplyProfile |
protected ProfileDescription |
description |
protected List<String> |
disabledExpressionList |
annotation, enabled, name| Constructor and Description |
|---|
HostProfileConfigInfo() |
| 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<ComplianceLocator> |
getDefaultComplyLocator()
Gets the value of the defaultComplyLocator property.
|
ComplianceProfile |
getDefaultComplyProfile()
Gets the value of the defaultComplyProfile property.
|
ProfileDescription |
getDescription()
Gets the value of the description property.
|
List<String> |
getDisabledExpressionList()
Gets the value of the disabledExpressionList property.
|
void |
setApplyProfile(HostApplyProfile value)
Sets the value of the applyProfile property.
|
void |
setCustomComplyProfile(ComplianceProfile value)
Sets the value of the customComplyProfile property.
|
void |
setDefaultComplyProfile(ComplianceProfile value)
Sets the value of the defaultComplyProfile property.
|
void |
setDescription(ProfileDescription value)
Sets the value of the description property.
|
getAnnotation, getName, isEnabled, setAnnotation, setEnabled, setNameprotected HostApplyProfile applyProfile
protected ComplianceProfile defaultComplyProfile
protected List<ComplianceLocator> defaultComplyLocator
protected ComplianceProfile customComplyProfile
protected ProfileDescription description
public HostApplyProfile getApplyProfile()
HostApplyProfilepublic void setApplyProfile(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic ComplianceProfile getDefaultComplyProfile()
ComplianceProfilepublic void setDefaultComplyProfile(ComplianceProfile value)
value - allowed object is
ComplianceProfilepublic List<ComplianceLocator> getDefaultComplyLocator()
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 defaultComplyLocator property.
For example, to add a new item, do as follows:
getDefaultComplyLocator().add(newItem);
Objects of the following type(s) are allowed in the list
ComplianceLocator
public ComplianceProfile getCustomComplyProfile()
ComplianceProfilepublic void setCustomComplyProfile(ComplianceProfile value)
value - allowed object is
ComplianceProfilepublic 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 ProfileDescription getDescription()
ProfileDescriptionpublic void setDescription(ProfileDescription value)
value - allowed object is
ProfileDescriptionCopyright © 2018. All rights reserved.