public abstract static class Vm.Builder<B extends Vm.Builder<B>> extends AbstractVAppType.Builder<B>
Constructor and Description |
---|
Vm.Builder() |
Modifier and Type | Method and Description |
---|---|
Vm |
build() |
B |
environment(EnvironmentType environment) |
B |
fromVm(Vm in) |
B |
isNeedsCustomization(Boolean needsCustomization) |
B |
needsCustomization() |
B |
notNeedsCustomization() |
B |
vAppScopedLocalId(String vAppScopedLocalId) |
deployed, fromAbstractVAppType, isDeployed, notDeployed, parent, section, sections
files, fromResourceEntityType, status, status
description, fromEntityType, id, name, task, tasks
fromResource, href, link, links, self, type
public B vAppScopedLocalId(String vAppScopedLocalId)
Vm.getVAppScopedLocalId()
public B environment(EnvironmentType environment)
Vm.getEnvironment()
public B isNeedsCustomization(Boolean needsCustomization)
Vm#getNeedsCustomization()
public B needsCustomization()
Vm#getNeedsCustomization()
public B notNeedsCustomization()
Vm#getNeedsCustomization()
public Vm build()
build
in class Entity.Builder<B extends Vm.Builder<B>>
Copyright © 2009-2013 jclouds. All Rights Reserved.