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, isDeployed
clone, getFiles, getStatus
getDescription, getId, getName, getTasks, setDescription, setName
protected 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 AbstractVAppType
public String getVAppScopedLocalId()
String
public EnvironmentType getEnvironment()
Environment
public Boolean isNeedsCustomization()
Boolean
public boolean equals(Object o)
equals
in class AbstractVAppType
public int hashCode()
hashCode
in class AbstractVAppType
public com.google.common.base.Objects.ToStringHelper string()
string
in class AbstractVAppType
Copyright © 2009-2013 jclouds. All Rights Reserved.