Guest_CustomizationSpecs_Summary
The CustomizationSpecs.Summary structure contains commonly used information about a guest customization specification.
{
"name": "string",
"description": "string",
"OS_type": "string",
"last_modified": "string"
}
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.
Description of the guest customization specification.
The CustomizationSpecs.OsType enumerated type defines the types of guest operating systems for which guest customization is supported.
WINDOWS : A customization specification for a Windows guest operating system
LINUX : A customization specification for a Linux guest operating system
Date and tme when this guest customization specification was last modified.