org.jclouds.vcloud.director.v1_5.domain.section
Class RuntimeInfoSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.vcloud.director.v1_5.domain.section.RuntimeInfoSection

public class RuntimeInfoSection
extends org.jclouds.dmtf.ovf.SectionType

Runtime information for a specific vm

 <complexType name="RuntimeInfoSectionType" />
 

Author:
grkvlt@apache.org

Nested Class Summary
static class RuntimeInfoSection.Builder<B extends RuntimeInfoSection.Builder<B>>
           
 
Constructor Summary
protected RuntimeInfoSection()
           
protected RuntimeInfoSection(RuntimeInfoSection.Builder<?> builder)
           
 
Method Summary
static RuntimeInfoSection.Builder<?> builder()
           
 boolean equals(Object o)
           
 List<Object> getAny()
          Gets the value of the any property.
 VMWareTools getVMWareTools()
          Gets the value of the vmWareTools property.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 RuntimeInfoSection.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType
getInfo, isRequired, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeInfoSection

protected RuntimeInfoSection()

RuntimeInfoSection

protected RuntimeInfoSection(RuntimeInfoSection.Builder<?> builder)
Method Detail

builder

public static RuntimeInfoSection.Builder<?> builder()

toBuilder

public RuntimeInfoSection.Builder<?> toBuilder()

getVMWareTools

public VMWareTools getVMWareTools()
Gets the value of the vmWareTools property.


getAny

public List<Object> getAny()
Gets the value of the any property.


equals

public boolean equals(Object o)
Overrides:
equals in class org.jclouds.dmtf.ovf.SectionType

hashCode

public int hashCode()
Overrides:
hashCode in class org.jclouds.dmtf.ovf.SectionType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class org.jclouds.dmtf.ovf.SectionType


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