IVirtualMachineTemplateInventoryItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineTemplateInventoryItemTypeConverter))]
public interface IVirtualMachineTemplateInventoryItem : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInventoryItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineTemplateInventoryItemTypeConverter))>]
type IVirtualMachineTemplateInventoryItem = interface
interface IJsonSerializable
interface IInventoryItemProperties
Public Interface IVirtualMachineTemplateInventoryItem
Implements IInventoryItemProperties
- Derived
- Attributes
- Implements
Properties
FolderPath |
Gets or sets the folder path of the template. |
InventoryType |
They inventory type. (Inherited from IInventoryItemProperties) |
ManagedResourceId |
Gets or sets the tracked resource id corresponding to the inventory resource. (Inherited from IInventoryItemProperties) |
MemorySizeMb |
Gets or sets memory size in MBs for the template. |
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) |
NumCoresPerSocket |
Gets or sets the number of cores per socket for the template. Defaults to 1 if unspecified. |
NumCpUs |
Gets or sets the number of vCPUs for the template. |
OSName |
Gets or sets os name. |
OSType |
Gets or sets the type of the os. |
ProvisioningState |
Gets the provisioning state. (Inherited from IInventoryItemProperties) |
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) |