GuestCustomizationSpecsSummary
The CustomizationSpecs.Summary structure contains commonly used information about a guest customization specification.
Properties
OS_type
Required
Guest operating system type for which that this guest customization specification applies.
string
description
Required
Description of the guest customization specification.
string
last_modified
Required
Date and tme when this guest customization specification was last modified.
string
name
Required
Name of the guest customization specification. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec.
JSON Example
{
"OS_type": "enum",
"description": "string",
"last_modified": "string",
"name": "string"
}