public class StructuredCustomizations extends HostProfilesEntityCustomizations
Java class for StructuredCustomizations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredCustomizations">
<complexContent>
<extension base="{urn:vim25}HostProfilesEntityCustomizations">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="customizations" type="{urn:vim25}AnswerFile" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnswerFile |
customizations |
protected ManagedObjectReference |
entity |
| Constructor and Description |
|---|
StructuredCustomizations() |
| Modifier and Type | Method and Description |
|---|---|
AnswerFile |
getCustomizations()
Gets the value of the customizations property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
void |
setCustomizations(AnswerFile value)
Sets the value of the customizations property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
protected ManagedObjectReference entity
protected AnswerFile customizations
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic AnswerFile getCustomizations()
AnswerFilepublic void setCustomizations(AnswerFile value)
value - allowed object is
AnswerFileCopyright © 2018. All rights reserved.