GuestCustomizationSpecsSummary
The CustomizationSpecs.Summary structure contains commonly used information about a guest customization specification.
Properties
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
Possible values are: WINDOWS , LINUX
Description of the guest customization specification.
Date and tme when this guest customization specification was last modified.
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": "WINDOWS",
"description": "string",
"last_modified": "string",
"name": "string"
}