org.jclouds.dmtf.ovf
Class StartupSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
org.jclouds.dmtf.ovf.StartupSection
public class StartupSection
- extends SectionType
Specifies the order in which entities in a VirtualSystemCollection are powered on and shut down
<complexType name="StartupSection_Type" />
StartupSection
protected StartupSection()
StartupSection
public StartupSection(StartupSection.Builder<?> builder)
builder
public static StartupSection.Builder<?> builder()
toBuilder
public StartupSection.Builder<?> toBuilder()
getItems
public List<StartupSectionItem> getItems()
- Gets the value of the item property.
equals
public boolean equals(Object o)
- Overrides:
equals in class SectionType
hashCode
public int hashCode()
- Overrides:
hashCode in class SectionType
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class SectionType
Copyright © 2009-2012 jclouds. All Rights Reserved.