Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 464 Bytes

File metadata and controls

18 lines (12 loc) · 464 Bytes

NutanixVmm::VmmV40AhvConfigADSFVolumeGroupReference

Properties

Name Type Description Notes
volume_group_ext_id String The globally unique identifier of an ADSF volume group. It should be of type UUID. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40AhvConfigADSFVolumeGroupReference.new(
  volume_group_ext_id: f2fa96a8-0261-4552-9113-ee2ecda90599
)