Share via


IVirtualMachineInstanceUpdate Interface

Definition

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

Properties

Name Description
HardwareProfileCpuHotAddEnabled

Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.

HardwareProfileCpuHotRemoveEnabled

Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.

HardwareProfileMemoryHotAddEnabled

Gets or sets a value indicating whether memory can be added while this virtual machine is running.

HardwareProfileMemorySizeMb

Gets or sets memory size in MBs for the vm.

HardwareProfileNumCoresPerSocket

Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.

HardwareProfileNumCpUs

Gets or sets the number of vCPUs for the vm.

NetworkProfileNetworkInterface

Gets or sets the list of network interfaces associated with the virtual machine.

StorageProfileDisk

Gets or sets the list of virtual disks associated with the virtual machine.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to