| Name | Type | Description | Notes |
|---|---|---|---|
| type | VmmV40ImagesConfigFilterMatchType | ||
| category_ext_ids | Array<String> | Filter matches entities that have these categories attached. |
require 'nutanix_vmm'
instance = NutanixVmm::VmmV40ImagesConfigFilter.new(
type: null,
category_ext_ids: null
)