org.jclouds.dmtf.ovf
Class DeploymentOptionSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
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
configurations
protected Set<Configuration> configurations
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.