public class OvfConsumerOstNode extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
OvfConsumerOstNode[] |
child |
ManagedObjectReference |
entity |
String |
id |
OvfConsumerOvfSection[] |
section |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
OvfConsumerOstNode() |
| Modifier and Type | Method and Description |
|---|---|
OvfConsumerOstNode[] |
getChild() |
ManagedObjectReference |
getEntity() |
String |
getId() |
OvfConsumerOvfSection[] |
getSection() |
String |
getType() |
void |
setChild(OvfConsumerOstNode[] child) |
void |
setEntity(ManagedObjectReference entity) |
void |
setId(String id) |
void |
setSection(OvfConsumerOvfSection[] section) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String id
public String type
public OvfConsumerOvfSection[] section
public OvfConsumerOstNode[] child
public ManagedObjectReference entity
public String getId()
public String getType()
public OvfConsumerOvfSection[] getSection()
public OvfConsumerOstNode[] getChild()
public ManagedObjectReference getEntity()
public void setId(String id)
public void setType(String type)
public void setSection(OvfConsumerOvfSection[] section)
public void setChild(OvfConsumerOstNode[] child)
public void setEntity(ManagedObjectReference entity)
Copyright © 2011-2012. All Rights Reserved.