Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 490 Bytes

File metadata and controls

20 lines (14 loc) · 490 Bytes

NutanixVmm::VmmV40ImagesConfigFilter

Properties

Name Type Description Notes
type VmmV40ImagesConfigFilterMatchType
category_ext_ids Array<String> Filter matches entities that have these categories attached.

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40ImagesConfigFilter.new(
  type: null,
  category_ext_ids: null
)