Package org.jclouds.ovf
Class DeploymentOptionSection
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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeploymentOptionSection
(String info, Iterable<Configuration> configurations) -
Method Summary
-
Field Details
-
configurations
-
-
Constructor Details
-
DeploymentOptionSection
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilder
in classSection<DeploymentOptionSection>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSection<DeploymentOptionSection>
-
equals
- Overrides:
equals
in classSection<DeploymentOptionSection>
-
toString
- Overrides:
toString
in classSection<DeploymentOptionSection>
-
getConfigurations
-