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):
application/vnd.vmware.vcloud.snapshotSection+xml
application/vnd.vmware.vcloud.snapshotSection+json
Extends:
Section_Type
XML Representation:
<SnapshotSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="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"/>
    <Snapshot poweredOn="xs:boolean" created="xs:dateTime" size="xs:long"/>
</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.

Operations

CRUD Operation Description Since Deprecated
read GET /vApp/{id}/snapshotSection Retrieve SnapshotSection element for a vApp or VM. 5.1