org.jclouds.vcloud.director.v1_5.domain.params
Class InstantiationParams

java.lang.Object
  extended by 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

Nested Class Summary
static class InstantiationParams.Builder
           
 
Field Summary
protected  Set<org.jclouds.dmtf.ovf.SectionType> sections
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sections

protected Set<org.jclouds.dmtf.ovf.SectionType> sections
Method Detail

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.