org.jclouds.dmtf.ovf
Class StartupSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by 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" />
 


Nested Class Summary
static class StartupSection.Builder<B extends StartupSection.Builder<B>>
           
 
Constructor Summary
protected StartupSection()
           
  StartupSection(StartupSection.Builder<?> builder)
           
 
Method Summary
static StartupSection.Builder<?> builder()
           
 boolean equals(Object o)
           
 List<StartupSectionItem> getItems()
          Gets the value of the item property.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 StartupSection.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType
getInfo, isRequired, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartupSection

protected StartupSection()

StartupSection

public StartupSection(StartupSection.Builder<?> builder)
Method Detail

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.