Guest_CustomizationSpecs_FilterSpec
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.
{
"names": [
"string"
],
"OS_type": "string"
}
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.
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