Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineTemplateInventoryItem

Package version

The Virtual machine template inventory item.

Hierarchy

Index

Properties

Optional cpuCount

cpuCount: undefined | number

Gets or sets the desired number of vCPUs for the vm. NOTE: This property will not be serialized. It can only be populated by the server.

Optional inventoryItemName

inventoryItemName: undefined | string

Gets the Managed Object name in VMM for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server.

inventoryType

inventoryType: "VirtualMachineTemplate"

Polymorphic discriminator, which specifies the different types this object can be

Optional managedResourceId

managedResourceId: undefined | string

Gets the tracked resource id corresponding to the inventory resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional memoryMB

memoryMB: undefined | number

MemoryMB is the desired size of a virtual machine's memory, in MB. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osName

osName: undefined | string

Gets or sets os name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osType

osType: OsType

Gets or sets the type of the os. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

Gets the provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uuid

uuid: undefined | string

Gets the UUID (which is assigned by VMM) for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc