public class InstantiationParams extends Object
ovf:Section to configure for instantiating a VApp.| Modifier and Type | Class and Description |
|---|---|
static class |
InstantiationParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.jclouds.dmtf.ovf.SectionType> |
sections |
| Modifier and Type | Method and Description |
|---|---|
static InstantiationParams.Builder |
builder() |
boolean |
equals(Object o) |
Set<org.jclouds.dmtf.ovf.SectionType> |
getSections()
An
ovf:Section to configure for instantiation. |
int |
hashCode() |
InstantiationParams.Builder |
toBuilder() |
String |
toString() |
protected Set<org.jclouds.dmtf.ovf.SectionType> sections
public static InstantiationParams.Builder builder()
public InstantiationParams.Builder toBuilder()
public Set<org.jclouds.dmtf.ovf.SectionType> getSections()
ovf:Section to configure for instantiation.
Objects of the following type(s) are allowed in the list:
VirtualHardwareSection
LeaseSettingsSection
EulaSection
RuntimeInfoSection
AnnotationSection
DeploymentOptionSection
StartupSection
ResourceAllocationSection
NetworkConnectionSection
CustomizationSection
ProductSection
GuestCustomizationSection
OperatingSystemSection
NetworkConfigSection
NetworkSection
DiskSection
InstallSection
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.