RetentionPolicyTierType

Type:
RetentionPolicyTierType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
Retention policy tier.
Since:
2.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<RetentionPolicyTierType xmlns="http://www.vmware.com/vr/v6.0" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5">
    <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    <GranularityMinutes> xs:int </GranularityMinutes>
    <NumSlots> xs:int </NumSlots>
</RetentionPolicyTierType>

Elements

Element Type Required Modifiable Since Deprecated Description
GranularityMinutes int Yes 2.0 Slot granularity, in minutes. Can be 0 to retain the latest instances. A non-zero value cannot be less than the RPO.
NumSlots int Yes 2.0 Number of slots. This value must be at least 1.
VCloudExtension VCloudExtensionType No always 2.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.