vcenter guest customization specs: summary

The summary structure contains commonly used information about a guest customization specification. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

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

Attributes:

Name Type Description
Required
name string Name of the guest customization specification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

OS_type string Guest operating system type for which that this guest customization specification applies. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Defines the types of guest operating systems for which guest customization is supported. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
WINDOWS: A customization specification for a Windows guest operating system. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
LINUX: A customization specification for a Linux guest operating system. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

last_modified date_time Date and tme when this guest customization specification was last modified. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.