GuestCustomizationSpecsFilterSpec

The CustomizationSpecs.FilterSpec structure contains fields used to filter the results when listing guest customization specifications (see CustomizationSpecs.list). If multiple fields are specified, only guest customization specifications matching all of the fields match the filter.


Properties

OS_type Optional

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


array of string
names Optional

Names that guest customization specifications must have to match the filter (see CustomizationSpecs.Summary.name). If unset or empty, guest customization specifications with any name match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.guest.CustomizationSpec. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.guest.CustomizationSpec.

JSON Example

{
	"OS_type": "WINDOWS",
	"names": [
		"string"
	]
}

Feedback

Was this page helpful?