Share via


HyperVToAzStackHCIProtectedItemModelCustomPropertiesUpdate interface

HyperV to AzStackHCI Protected item model custom properties.

Extends

Properties

dynamicMemoryConfig

Protected item dynamic memory config.

instanceType

Gets or sets the instance type.

isDynamicRam

Gets or sets a value indicating whether memory is dynamical.

nicsToInclude

Gets or sets the list of VM NIC to replicate.

osType

Gets or sets the type of the OS.

targetCpuCores

Gets or sets the target CPU cores.

targetMemoryInMegaBytes

Gets or sets the target memory in mega-bytes.

Property Details

dynamicMemoryConfig

Protected item dynamic memory config.

dynamicMemoryConfig?: ProtectedItemDynamicMemoryConfig

Property Value

instanceType

Gets or sets the instance type.

instanceType: "HyperVToAzStackHCI"

Property Value

"HyperVToAzStackHCI"

isDynamicRam

Gets or sets a value indicating whether memory is dynamical.

isDynamicRam?: boolean

Property Value

boolean

nicsToInclude

Gets or sets the list of VM NIC to replicate.

nicsToInclude?: HyperVToAzStackHCINicInput[]

Property Value

osType

Gets or sets the type of the OS.

osType?: string

Property Value

string

targetCpuCores

Gets or sets the target CPU cores.

targetCpuCores?: number

Property Value

number

targetMemoryInMegaBytes

Gets or sets the target memory in mega-bytes.

targetMemoryInMegaBytes?: number

Property Value

number