Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineInventoryItem

Package version

The Virtual machine inventory item.

Hierarchy

Index

Properties

Optional cloud

Cloud inventory resource details where the VM is present.

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: "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 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 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 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 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