TemplateConfigFileInfo

TemplateConfigFileInfo
TemplateConfigFileInfo

This data object type describes a template virtual machine configuration file.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "path": "string",
    "friendlyName": "string",
    "fileSize": 0,
    "modification": "string",
    "owner": "string",
    "configVersion": 0,
    "encryption": {
        "_typeName": "string",
        "keyId": {
            "_typeName": "string",
            "keyId": "string",
            "providerId": {
                "_typeName": "string",
                "id": "string"
            }
        }
    }
}