SnapshotSectionType

Element:
SnapshotSection
Type:
SnapshotSectionType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents information about vApp and virtual machine snapshots.
Since:
5.1
Schema:
vApp.xsd
Media type(s):
None
Extends:
Section_Type
XML Representation:
<SnapshotSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:envelope_1="http://schemas.dmtf.org/ovf/envelope/1" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Link>
    <Snapshot poweredOn="xs:boolean" created="xs:dateTime" size="xs:long">
        <VCloudExtension required="xs:boolean"/>
    </Snapshot>
</SnapshotSection>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No none 5.1 A reference to the section in URL format.
type string No none 5.1 The MIME type of the section.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 5.1 A link to the section.
Snapshot SnapshotType No none 5.1 Information about a snapshot.