Share via


VirtualMachineInstanceProperties Class

Definition

Describes the properties of a Virtual Machine Instance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstancePropertiesTypeConverter))]
public class VirtualMachineInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineInstanceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstancePropertiesTypeConverter))>]
type VirtualMachineInstanceProperties = class
    interface IVirtualMachineInstanceProperties
    interface IJsonSerializable
Public Class VirtualMachineInstanceProperties
Implements IVirtualMachineInstanceProperties
Inheritance
VirtualMachineInstanceProperties
Attributes
Implements

Constructors

VirtualMachineInstanceProperties()

Creates an new VirtualMachineInstanceProperties instance.

Properties

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.

InfrastructureProfileCustomResourceName

Gets the name of the corresponding resource in Kubernetes.

InfrastructureProfileFirmwareType

Firmware type

InfrastructureProfileFolderPath

Gets or sets the folder path of the vm.

InfrastructureProfileInstanceUuid

Gets or sets the instance uuid of the vm.

InfrastructureProfileInventoryItemId

Gets or sets the inventory Item ID for the virtual machine.

InfrastructureProfileMoName

Gets or sets the vCenter Managed Object name for the virtual machine.

InfrastructureProfileMoRefId

Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.

InfrastructureProfileSmbiosUuid

Gets or sets the SMBIOS UUID of the vm.

InfrastructureProfileTemplateId

Gets or sets the ARM Id of the template resource to deploy the virtual machine.

InfrastructureProfileVCenterId

Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.

NetworkProfileNetworkInterface

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

OSProfileAdminPassword

Sets administrator password.

OSProfileAdminUsername

Gets or sets administrator username.

OSProfileComputerName

Gets or sets computer name.

OSProfileGuestId

Gets or sets the guestId.

OSProfileOssku

Gets or sets os sku.

OSProfileOstype

Gets or sets the type of the os.

OSProfileToolsRunningStatus

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

OSProfileToolsVersion

Gets or sets the current version of VMware Tools.

OSProfileToolsVersionStatus

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

PlacementProfileClusterId

Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.

PlacementProfileDatastoreId

Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.

PlacementProfileHostId

Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.

PlacementProfileResourcePoolId

Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.

PowerState

Gets the power state of the virtual machine.

ProvisioningState

Gets the provisioning state.

ResourceUid

Gets or sets a unique identifier for the vm resource.

Statuses

The resource status information.

StorageProfileDisk

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

StorageProfileScsiController

Gets or sets the list of virtual SCSI controllers associated with the virtual machine.

UefiSettingSecureBootEnabled

Specifies whether secure boot should be enabled on the virtual machine.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualMachineInstanceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualMachineInstanceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineInstanceProperties.

FromJsonString(String)

Creates a new instance of VirtualMachineInstanceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualMachineInstanceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to