DVSManagerImportEntityRequestType

DVSManagerImportEntityRequestType
DVSManagerImportEntityRequestType

The parameters of DVSManagerImportEntity_Task.

JSON Example
{
    "entityBackup": [
        {
            "_typeName": "string",
            "entityType": "string",
            "configBlob": "string",
            "key": "string",
            "name": "string",
            "container": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "configVersion": "string"
        }
    ],
    "importType": "string"
}
entityBackup
Required

Configuration of one or more entities to be imported. The entity backup configuration is returned by the DistributedVirtualSwitchManager.DVSManagerExportEntity_Task method.

string
importType
Required

Specifies whether to create a new configuration or restore a previous configuration. See EntityImportTypeEnum for valid values.