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 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) |
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 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 EnvironmentType getEnvironment()
Environmentpublic 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-2013 jclouds. All Rights Reserved.