org.jclouds.vcloud.director.v1_5.domain.section
Class RuntimeInfoSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
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
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType |
getInfo, isRequired, setInfo, toString |
RuntimeInfoSection
protected RuntimeInfoSection()
RuntimeInfoSection
protected RuntimeInfoSection(RuntimeInfoSection.Builder<?> builder)
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.