GuestCustomizationSpecsSummary

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


Properties

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

Possible values are: WINDOWSLINUX


string
description Required

Description of the guest customization specification.


string as date-time
last_modified Required

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


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.

JSON Example

{
	"OS_type": "WINDOWS",
	"description": "string",
	"last_modified": "string",
	"name": "string"
}

Feedback

Was this page helpful?