Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 450 Bytes

File metadata and controls

18 lines (12 loc) · 450 Bytes

NutanixVmm::VmmV40ContentGuestUpdateStatus

Properties

Name Type Description Notes
deployed_vm_reference String The identifier of the temporary VM created when the guest OS update was initiated. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40ContentGuestUpdateStatus.new(
  deployed_vm_reference: c8614563-393e-419d-ac42-b697ffdd359d
)