org.jclouds.vcloud.director.v1_5.domain.section
Class RuntimeInfoSection.Builder<B extends RuntimeInfoSection.Builder<B>>

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType.Builder<B>
      extended by org.jclouds.vcloud.director.v1_5.domain.section.RuntimeInfoSection.Builder<B>
Enclosing class:
RuntimeInfoSection

public static class RuntimeInfoSection.Builder<B extends RuntimeInfoSection.Builder<B>>
extends org.jclouds.dmtf.ovf.SectionType.Builder<B>


Constructor Summary
RuntimeInfoSection.Builder()
           
 
Method Summary
 B any(List<Object> any)
           
 RuntimeInfoSection build()
           
 B fromRuntimeInfoSection(RuntimeInfoSection in)
           
 B vmWareTools(VMWareTools vmWareTools)
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType.Builder
fromSectionType, info, notRequired, required, required, self
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeInfoSection.Builder

public RuntimeInfoSection.Builder()
Method Detail

vmWareTools

public B vmWareTools(VMWareTools vmWareTools)
See Also:
RuntimeInfoSection#getVmWareTools()

any

public B any(List<Object> any)
See Also:
RuntimeInfoSection.getAny()

build

public RuntimeInfoSection build()
Specified by:
build in class org.jclouds.dmtf.ovf.SectionType.Builder<B extends RuntimeInfoSection.Builder<B>>

fromRuntimeInfoSection

public B fromRuntimeInfoSection(RuntimeInfoSection in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.