vCloud API Programming Guide
172
VMware, Inc.
InstantiateVAppTemplateParams
The
InstantiateVAppTemplateParams
element
forms
the
body
of
an
instantiateVappTemplate
request.
Content-Type
application/vnd.vmware.vcloud.instantiateVAppTemplatxml
InstantiationParams
The
InstantiationParams
element
contains
zero
or
more
ovf:Section_Type
elements
that
specify
the
configuration
of
a
vApp
or
virtual
machine.
An
InstantiationParams
element
can
appear
in
a
number
of
request
bodies,
including
InstantiateVAppTemplateParams
,
ComposeVAppParams
,
RecomposeVAppParams
,
and
CloneVAppParams
.
The
container
of
the
InstantiationParams
element
determines
what
section
types
it
can
contain.
InstantiationParams
contained
by
an
Item
element
that
specifies
a
Vm
as
its
Source
can
contain
the
following
section
types:
VirtualHardwareSection
OperatingSystemSection
NetworkConnectionSection
GuestCustomizationSection
Schema
Name
Min
Max
Type
Description
name
1
1
xs:string
Specifies
the
name
of
the
vApp
created
by
this
instantiation
linkedClone
0
1
xs:boolean
Ignored
in
this
release
deploy
0
1
xs:boolean
True
if
the
vApp
should
be
deployed
after
instantiation.
Defaults
to
false.
powerOn
0
1
xs:boolean
True
if
the
vApp
should
be
deployed
and
powered
on
after
instantiation.
Defaults
to
false.
Description
0
1
xs:string
Optional
description.
Used
for
the
Description
of
the
vApp
created
by
this
instantiation.
VAppParent
0
1
ReferenceType
Unsupported
in
this
release
Source
1
1
ReferenceType
A
reference
to
the
vApp
template
to
instantiate
IsSourceDelete
0
1
xs:boolean
True
if
the
object
referenced
by
Source
should
be
deleted
after
the
copy
is
made
InstantiationParams
0
1
InstantiationParamsType
Container
for
any
of
the
following
ovf:Section_Type
elements:
LeaseSettingsSection
StartupSection
NetworkConfigSection
CustomizationSection
AllEULAsAccepted
0
1
xs:boolean
True
if
you
accept
the
terms
and
conditions
in
the
template’s
EULA
sections.
Instantiation
fails
if
false.
Schema
Name
Min
Max
Type
Description
Section
0
n
ovf:Section_Type
Any
permitted
OVF
Section
type
Summary of Contents for VCLOUD API 1.0 - TECHNICAL NOTE
Page 10: ...vCloud API Programming Guide 10 VMware Inc...
Page 20: ...vCloud API Programming Guide 20 VMware Inc...
Page 32: ...vCloud API Programming Guide 32 VMware Inc...
Page 90: ...vCloud API Programming Guide 90 VMware Inc...
Page 150: ...vCloud API Programming Guide 150 VMware Inc...
Page 170: ...vCloud API Programming Guide 170 VMware Inc...