HyperVToAzStackHCIProtectedItemModelCustomPropertiesUpdate interface
HyperV to AzStackHCI Protected item model custom properties.
Properties
| dynamic |
Protected item dynamic memory config. |
| instance |
Gets or sets the instance type. |
| is |
Gets or sets a value indicating whether memory is dynamical. |
| nics |
Gets or sets the list of VM NIC to replicate. |
| os |
Gets or sets the type of the OS. |
| target |
Gets or sets the target CPU cores. |
| target |
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