TargetComputeSizeProperties interface
Represents applicable recovery vm sizes properties.
Properties
cpu |
The maximum cpu cores count supported by target compute size. |
errors | The reasons why the target compute size is not applicable for the protected item. |
friendly |
Target compute size display name. |
high |
The value indicating whether the target compute size supports high Iops. |
hyper |
The supported HyperV Generations. |
max |
The maximum data disks count supported by target compute size. |
max |
The maximum Nics count supported by target compute size. |
memory |
The maximum memory in GB supported by target compute size. |
name | Target compute size name. |
v |
The Available vCPUs supported by target compute size. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cpuCoresCount
The maximum cpu cores count supported by target compute size.
cpuCoresCount?: number
Property Value
number
errors
The reasons why the target compute size is not applicable for the protected item.
errors?: ComputeSizeErrorDetails[]
Property Value
friendlyName
Target compute size display name.
friendlyName?: string
Property Value
string
highIopsSupported
The value indicating whether the target compute size supports high Iops.
highIopsSupported?: string
Property Value
string
hyperVGenerations
The supported HyperV Generations.
hyperVGenerations?: string[]
Property Value
string[]
maxDataDiskCount
The maximum data disks count supported by target compute size.
maxDataDiskCount?: number
Property Value
number
maxNicsCount
The maximum Nics count supported by target compute size.
maxNicsCount?: number
Property Value
number
memoryInGB
The maximum memory in GB supported by target compute size.
memoryInGB?: number
Property Value
number
name
Target compute size name.
name?: string
Property Value
string
vCPUsAvailable
The Available vCPUs supported by target compute size. NOTE: This property will not be serialized. It can only be populated by the server.
vCPUsAvailable?: number
Property Value
number