public class ClusterProfileConfigInfo extends ProfileConfigInfo
Java class for ClusterProfileConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterProfileConfigInfo">
<complexContent>
<extension base="{urn:vim25}ProfileConfigInfo">
<sequence>
<element name="complyProfile" type="{urn:vim25}ComplianceProfile" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComplianceProfile |
complyProfile |
annotation, enabled, name| Constructor and Description |
|---|
ClusterProfileConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ComplianceProfile |
getComplyProfile()
Gets the value of the complyProfile property.
|
void |
setComplyProfile(ComplianceProfile value)
Sets the value of the complyProfile property.
|
getAnnotation, getName, isEnabled, setAnnotation, setEnabled, setNameprotected ComplianceProfile complyProfile
public ComplianceProfile getComplyProfile()
ComplianceProfilepublic void setComplyProfile(ComplianceProfile value)
value - allowed object is
ComplianceProfileCopyright © 2018. All rights reserved.