org.jclouds.vcloud.director.v1_5.domain.params
Class InstantiationParams
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.params.InstantiationParams
public class InstantiationParams
- extends Object
Represents a list of ovf:Section to configure for instantiating a VApp.
- Since:
- 0.9
- Author:
- grkvlt@apache.org
- See Also:
-
vCloud REST API - InstantiationParamsType
|
Field Summary |
protected Set<org.jclouds.dmtf.ovf.SectionType> |
sections
|
sections
protected Set<org.jclouds.dmtf.ovf.SectionType> sections
builder
public static InstantiationParams.Builder builder()
toBuilder
public InstantiationParams.Builder toBuilder()
getSections
public Set<org.jclouds.dmtf.ovf.SectionType> getSections()
- An
ovf:Section to configure for instantiation.
Objects of the following type(s) are allowed in the list:
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.