Share via


IVirtualMachineInventoryItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInventoryItemTypeConverter))]
public interface IVirtualMachineInventoryItem : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInventoryItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInventoryItemTypeConverter))>]
type IVirtualMachineInventoryItem = interface
    interface IJsonSerializable
    interface IInventoryItemProperties
Public Interface IVirtualMachineInventoryItem
Implements IInventoryItemProperties
Derived
Attributes
Implements

Properties

ClusterInventoryItemId

Gets or sets the inventory Item ID for the resource.

ClusterInventoryType

The inventory type.

ClusterMoName

Gets or sets the vCenter Managed Object name for the resource.

FolderPath

Gets or sets the folder path of the vm.

HostInventoryItemId

Gets or sets the inventory Item ID for the resource.

HostInventoryType

The inventory type.

HostMoName

Gets or sets the vCenter Managed Object name for the resource.

InstanceUuid

Gets or sets the instance uuid of the vm.

InventoryType

They inventory type.

(Inherited from IInventoryItemProperties)
IPAddress

Gets or sets the nic ip addresses.

ManagedResourceId

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

(Inherited from IInventoryItemProperties)
MoName

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

(Inherited from IInventoryItemProperties)
MoRefId

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

(Inherited from IInventoryItemProperties)
OSName

Gets or sets os name.

OSType

Gets or sets the type of the os.

PowerState

Gets the power state of the virtual machine.

ProvisioningState

Gets the provisioning state.

(Inherited from IInventoryItemProperties)
ResourcePoolInventoryItemId

Gets or sets the inventory Item ID for the resource.

ResourcePoolInventoryType

The inventory type.

ResourcePoolMoName

Gets or sets the vCenter Managed Object name for the resource.

SmbiosUuid

Gets or sets the SMBIOS UUID of the vm.

ToolsRunningStatus

Gets or sets the current running status of VMware Tools running in the guest operating system.

ToolsVersion

Gets or sets the current version of VMware Tools.

ToolsVersionStatus

Gets or sets the current version status of VMware Tools installed in the guest operating system.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to