vcenter guest customization specs: summary

The summary structure contains commonly used information about a guest customization specification. This structure was added in vSphere API 6.7.1.

Representation:

{
    "name""obj-103",
    "description""string",
    "OS_type""WINDOWS",
    "last_modified""2015-01-01T22:13:05.651Z"
}

Attributes:

Name Type Description
Required
name string Name of the guest customization specification. This attribute was added in vSphere API 6.7.1.

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 string Description of the guest customization specification. This attribute was added in vSphere API 6.7.1.

OS_type string Guest operating system type for which that this guest customization specification applies. This attribute was added in vSphere API 6.7.1.

Defines the types of guest operating systems for which guest customization is supported. This enumeration was added in vSphere API 6.7.1. Value is one of:
WINDOWS: A customization specification for a Windows guest operating system. This constant was added in vSphere API 6.7.1.
LINUX: A customization specification for a Linux guest operating system. This constant was added in vSphere API 6.7.1.

last_modified date_time Date and tme when this guest customization specification was last modified. This attribute was added in vSphere API 6.7.1.