public class RuntimeInfoSection
extends org.jclouds.dmtf.ovf.SectionType
<complexType name="RuntimeInfoSectionType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeInfoSection.Builder<B extends RuntimeInfoSection.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
RuntimeInfoSection() |
protected |
RuntimeInfoSection(RuntimeInfoSection.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected RuntimeInfoSection()
protected RuntimeInfoSection(RuntimeInfoSection.Builder<?> builder)
public static RuntimeInfoSection.Builder<?> builder()
public RuntimeInfoSection.Builder<?> toBuilder()
public VMWareTools getVMWareTools()
public boolean equals(Object o)
equals in class org.jclouds.dmtf.ovf.SectionTypepublic int hashCode()
hashCode in class org.jclouds.dmtf.ovf.SectionTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class org.jclouds.dmtf.ovf.SectionTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.