Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.38 KB

File metadata and controls

26 lines (20 loc) · 1.38 KB

NutanixVmm::VmmV40EsxiConfigDisk

Properties

Name Type Description Notes
tenant_id String A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server). [optional][readonly]
ext_id String A globally unique identifier of an instance that is suitable for external consumption. [optional][readonly]
links Array<CommonV10ResponseApiLink> A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource. [optional][readonly]
disk_address VmmV40EsxiConfigDiskAddress [optional]
backing_info VmmV40EsxiConfigVmDisk [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40EsxiConfigDisk.new(
  tenant_id: 58c42276-2fd7-49bc-9bf7-67d18ba54f14,
  ext_id: 6c335c2e-8b41-4973-b7d4-08fefbe88680,
  links: null,
  disk_address: null,
  backing_info: null
)