public class Vm extends AbstractVAppType
<complexType name="VmType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
Vm.Builder<B extends Vm.Builder<B>> |
ResourceEntity.Status| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.dmtf.ovf.environment.EnvironmentType |
environment |
protected Boolean |
needsCustomization |
protected String |
vAppScopedLocalId |
| Modifier | Constructor and Description |
|---|---|
protected |
Vm() |
protected |
Vm(Vm.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static Vm.Builder<?> |
builder() |
boolean |
equals(Object o) |
org.jclouds.dmtf.ovf.environment.EnvironmentType |
getEnvironment()
OVF environment section
|
String |
getVAppScopedLocalId()
Gets the value of the vAppScopedLocalId property.
|
int |
hashCode() |
Boolean |
isNeedsCustomization()
Gets the value of the needsCustomization property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
Vm.Builder<?> |
toBuilder() |
getSections, getVAppParent, isDeployedclone, getFiles, getStatusgetDescription, getId, getName, getTasks, setDescription, setNameprotected String vAppScopedLocalId
protected org.jclouds.dmtf.ovf.environment.EnvironmentType environment
protected Boolean needsCustomization
protected Vm()
protected Vm(Vm.Builder<?> builder)
public static Vm.Builder<?> builder()
public Vm.Builder<?> toBuilder()
toBuilder in class AbstractVAppTypepublic String getVAppScopedLocalId()
Stringpublic org.jclouds.dmtf.ovf.environment.EnvironmentType getEnvironment()
Environment public Boolean isNeedsCustomization()
Booleanpublic boolean equals(Object o)
equals in class AbstractVAppTypepublic int hashCode()
hashCode in class AbstractVAppTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class AbstractVAppTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.