Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 499 Bytes

File metadata and controls

18 lines (12 loc) · 499 Bytes

NutanixVmm::VmmV40ImagesConfigSuspendPlacementPolicyConfig

Properties

Name Type Description Notes
should_cancel_running_tasks Boolean Boolean to indicate whether tasks running to enforce the image placement policy should be suspended. [optional][default to false]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40ImagesConfigSuspendPlacementPolicyConfig.new(
  should_cancel_running_tasks: null
)