Guest_CustomizationSpecs_Summary

Guest_CustomizationSpecs_Summary
Guest_CustomizationSpecs_Summary

The CustomizationSpecs.Summary structure contains commonly used information about a guest customization specification.

JSON Example
{
    "name": "string",
    "description": "string",
    "OS_type": "string",
    "last_modified": "string"
}
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.

string
description
Required

Description of the guest customization specification.

OS_type
Required

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

string As date-time
last_modified
Required

Date and tme when this guest customization specification was last modified.