org.jclouds.dmtf.ovf
Class DeploymentOptionSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.dmtf.ovf.DeploymentOptionSection

public class DeploymentOptionSection
extends SectionType

The DeploymentOptionSection specifies a discrete set of intended resource configurations. The author of an OVF package can include sizing metadata for different configurations. A consumer of the OVF shall select a configuration, for example, by prompting the user. The selected configuration is visible in the OVF environment, enabling guest software to adapt to the selected configuration.

Author:
Adrian Cole, Adam Lowe

Nested Class Summary
static class DeploymentOptionSection.Builder<B extends DeploymentOptionSection.Builder<B>>
           
 
Field Summary
protected  Set<Configuration> configurations
           
 
Method Summary
static DeploymentOptionSection.Builder<?> builder()
           
 boolean equals(Object obj)
           
 Set<Configuration> getConfigurations()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 DeploymentOptionSection.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
 

Field Detail

configurations

protected Set<Configuration> configurations
Method Detail

builder

public static DeploymentOptionSection.Builder<?> builder()

toBuilder

public DeploymentOptionSection.Builder<?> toBuilder()

getConfigurations

public Set<Configuration> getConfigurations()

hashCode

public int hashCode()
Overrides:
hashCode in class SectionType

equals

public boolean equals(Object obj)
Overrides:
equals in class SectionType

string

protected com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class SectionType


Copyright © 2009-2012 jclouds. All Rights Reserved.