org.jclouds.dmtf.ovf
Class StartupSectionItem
java.lang.Object
org.jclouds.dmtf.ovf.Item
org.jclouds.dmtf.ovf.StartupSectionItem
public class StartupSectionItem
- extends Item
Java class for Item element declaration.
<element name="Item">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="startDelay" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
<attribute name="waitingForGuest" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="stopDelay" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
<attribute name="startAction" type="{http://www.w3.org/2001/XMLSchema}string" default="powerOn" />
<attribute name="stopAction" type="{http://www.w3.org/2001/XMLSchema}string" default="powerOff" />
<anyAttribute processContents='lax'/>
</restriction>
</complexContent>
</complexType>
</element>
StartupSectionItem
public StartupSectionItem()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Item
Copyright © 2009-2012 jclouds. All Rights Reserved.