Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineInventoryItem

Package version

The VM inventory item.

Hierarchy

Index

Properties

Optional folderPath

folderPath: undefined | string

Gets or sets the folder path of the vm.

Optional host

Host inventory resource details.

Optional instanceUuid

instanceUuid: undefined | string

Gets or sets the instance uuid of the vm.

inventoryType

inventoryType: "VirtualMachine"

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

Optional ipAddresses

ipAddresses: string[]

Gets or sets the nic ip addresses.

Optional managedResourceId

managedResourceId: undefined | string

Gets or sets the tracked resource id corresponding to the inventory resource.

Optional moName

moName: undefined | string

Gets or sets the vCenter Managed Object name for the inventory item.

Optional moRefId

moRefId: undefined | string

Gets or sets the MoRef (Managed Object Reference) ID for the inventory item.

Optional osName

osName: undefined | string

Gets or sets os name.

Optional osType

osType: OsType

Gets or sets the type of the os.

Optional powerState

powerState: undefined | string

Gets the power state of the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

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

Optional resourcePool

resourcePool: InventoryItemDetails

ResourcePool inventory resource details.

Optional smbiosUuid

smbiosUuid: undefined | string

Gets or sets the SMBIOS UUID of the vm.

Optional toolsRunningStatus

toolsRunningStatus: undefined | string

Gets or sets the current running status of VMware Tools running in the guest operating system. NOTE: This property will not be serialized. It can only be populated by the server.

Optional toolsVersion

toolsVersion: undefined | string

Gets or sets the current version of VMware Tools. NOTE: This property will not be serialized. It can only be populated by the server.

Optional toolsVersionStatus

toolsVersionStatus: undefined | string

Gets or sets the current version status of VMware Tools installed in the guest operating system. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc