PlanPolicyType

Element:
PlanPolicy
Type:
PlanPolicyType
Namespace:
http://www.vmware.com/vchs/sc/service/v1
Description:
Provides the policy of a plan.
Since:
5.7
Schema:
serviceplan.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<PlanPolicy xmlns="http://www.vmware.com/vchs/sc/service/v1">
    <canCreateInstance> xs:boolean </canCreateInstance>
    <canCreateBinding> xs:boolean </canCreateBinding>
    <maxInstanceCount> xs:int </maxInstanceCount>
</PlanPolicy>

Elements

Element Type Required Modifiable Since Deprecated Description
canCreateBinding boolean Yes none 5.7 Specifies whether a binding can be created for instances of this plan.
canCreateInstance boolean Yes none 5.7 Specifies whether an instance can be created for this plan.
maxInstanceCount int Yes none 5.7 Specifies the maximum number of instances allowed for this plan.