VMware Cloud Director API - ReplicationTrackingDiskSettingsType

VMware Cloud Director API - ReplicationTrackingDiskSettingsType

ReplicationTrackingDiskSettingsType

Type:
ReplicationTrackingDiskSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
A description of a virtual disk of a VM.
Since:
38.0
Schema:
vApp.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<ReplicationTrackingDiskSettingsType xmlns="http://www.vmware.com/vcloud/v1.5">
    <DiskUuid> xs:string </DiskUuid>
    <StorageProvisionedKb> xs:long </StorageProvisionedKb>
    <StorageOverheadKb> xs:long </StorageOverheadKb>
    <StoragePolicy href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <PlacementRecommendation> xs:string </PlacementRecommendation>
</ReplicationTrackingDiskSettingsType>

Elements

Element Type Required Modifiable Since Deprecated Description
DiskUuid string No always 38.0 Specifies a unique identifier for this disk in the scope of the corresponding VM. Must be a UUID.
PlacementRecommendation string No always 38.0 The URI corresponding to the recommended datastore where this disk should be placed, in the following format: moref://[vcId]/Datastore#[datastoreMoref] Example of a valid datastore URI: moref://8aa63ff0-f927-4181-b20b-b7ae5e027c65/Datastore#datastore-20 This value can be specified during creation of this disk, after which it becomes a read-only value managed by VCD. This value may be PLACEMENT_SOLUTION_NOT_FOUND if no valid placement solution for this disk was found based on its specifications.
StorageOverheadKb long No always 38.0 The amount of storage exceeding the base disk by replication in KB.
StoragePolicy ReferenceType No always 38.0 Specifies reference to a storage policy to be associated with the disk.
StorageProvisionedKb long No always 38.0 The amount of storage used by the base disk in KB.
VCloudExtension VCloudExtensionType No always 38.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.