InstanceSpecParamsType

Element:
InstanceSpecParams
Type:
InstanceSpecParamsType
Namespace:
http://www.vmware.com/vchs/sc/instance/v1
Description:
Input parameters for creation of instance. Requires details like service group id, plan id, name of the instance, etc.
Since:
5.7
Schema:
instance.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<InstanceSpecParams xmlns="http://www.vmware.com/vchs/sc/instance/v1" xmlns:common_v1="http://www.vmware.com/vchs/sc/common/v1">
    <common_v1:name> common_v1:NonEmptyString </common_v1:name>
    <common_v1:description> common_v1:NonEmptyString </common_v1:description>
    <common_v1:planId> common_v1:NonEmptyString </common_v1:planId>
    <common_v1:serviceGroupId> common_v1:NonEmptyString </common_v1:serviceGroupId>
    <common_v1:instanceSpec> common_v1:NonEmptyString </common_v1:instanceSpec>
    <common_v1:instanceDefaultSpec> common_v1:NonEmptyString </common_v1:instanceDefaultSpec>
    <common_v1:bindingSpec> common_v1:NonEmptyString </common_v1:bindingSpec>
</InstanceSpecParams>

Elements

Element Type Required Modifiable Since Deprecated Description
bindingSpec NonEmptyString No always 5.7 Service specific parameters, to create a binding, for the instance.
description NonEmptyString No always 5.7 The description of the instance.
instanceDefaultSpec NonEmptyString No always 5.7 The default spec values(offered by the plan), used to create this instance.
instanceSpec NonEmptyString No always 5.7 Custom spec values, used to create this instance.
name NonEmptyString Yes always 5.7 The name of the instance.
planId NonEmptyString Yes always 5.7 The plan id to be used to create the instance.
serviceGroupId NonEmptyString Yes always 5.7 The service group id to be used to create the instance.