Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 387 Bytes

File metadata and controls

18 lines (12 loc) · 387 Bytes

NutanixVmm::VmmV40EsxiConfigHostReference

Properties

Name Type Description Notes
ext_id String The globally unique identifier of a host type UUID. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40EsxiConfigHostReference.new(
  ext_id: 3bd4ab0c-56f5-49ef-abb7-d574fe4278b8
)