[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

ReplicatedVmDisk

Replicated VM disk information


Properties

destination_path Optional

A sata object that is used to fully qualify a destination datastore path.


string
destination_storage_policy_id Optional

Destination storage policy ID


string
destination_storage_policy_name Optional

Destination storage policy name


integer as int64
replica_disk_usage Optional

boolean
replicated Optional

vm_disk Optional

The VM disk information.

JSON Example

{
	"destination_path": {
		"datastore_id": "Datastore:datastore-16:ff4a23e7-2fed-4be0-be39-479ae372badd",
		"datastore_name": "local-datastore",
		"filename": "vmDisk1.vmdk",
		"path": "/path/to/folder"
	},
	"destination_storage_policy_id": "string",
	"destination_storage_policy_name": "string",
	"replica_disk_usage": 0,
	"replicated": false,
	"vm_disk": {
		"capacity": 0,
		"controller_key": 0,
		"controller_label": "string",
		"device_key": 0,
		"encrypted": false,
		"is_vm_home": false,
		"label": "string",
		"source_disk_format": "SAME_AS_SOURCE",
		"source_path": {
			"datastore_id": "Datastore:datastore-16:ff4a23e7-2fed-4be0-be39-479ae372badd",
			"datastore_name": "local-datastore",
			"filename": "vmDisk1.vmdk",
			"path": "/path/to/folder"
		},
		"source_storage_policy_id": "dsbrowser.defaultStoragePolicy",
		"source_storage_policy_name": "string",
		"supported_for_replication": false,
		"vm_id": "VirtualMachine:vm-80:e594ad24-5f75-41e3-a276-88a2116dbed0"
	}
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Property Of

ReplicatedVmDiskDrResponseList
Used By

ReplicatedVmDiskDrResponseEntity

Feedback

Was this page helpful?