DVSRollbackRequestType
The parameters of DVSRollback_Task.
{
"entityBackup": {
"_typeName": "string",
"entityType": "string",
"configBlob": "string",
"key": "string",
"name": "string",
"container": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"configVersion": "string"
}
}
The EntityBackupConfig data object contains VmwareDistributedVirtualSwitch or DistributedVirtualPortgroup backup configuration data produced by the DVSManagerExportEntity_Task method.
It also contains properties that support DVSManagerImportEntity_Task operations.
A DVSManagerExportEntity_Task operation
sets properties that identify the entity instance
(entityType,
key, and
name) and
inventory location (container).
When you import a backup configuration, you can set
the key
, name
, and container
properties in accordance with the importType
specified in the call to
DVSManagerImportEntity_Task.
See EntityImportTypeEnum.