Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetComputeSizeProperties

Package version

interface

An interface representing TargetComputeSizeProperties. Represents applicable recovery vm sizes properties.

Hierarchy

  • TargetComputeSizeProperties

Index

Properties

Optional cpuCoresCount

cpuCoresCount: undefined | number
member

{number} [cpuCoresCount] The maximum cpu cores count supported by target compute size.

Optional errors

member

{ComputeSizeErrorDetails[]} [errors] The reasons why the target compute size is not applicable for the protected item.

Optional friendlyName

friendlyName: undefined | string
member

{string} [friendlyName] Target compute size display name.

Optional highIopsSupported

highIopsSupported: undefined | string
member

{string} [highIopsSupported] The value indicating whether the target compute size supports high Iops.

Optional maxDataDiskCount

maxDataDiskCount: undefined | number
member

{number} [maxDataDiskCount] The maximum data disks count supported by target compute size.

Optional maxNicsCount

maxNicsCount: undefined | number
member

{number} [maxNicsCount] The maximum Nics count supported by target compute size.

Optional memoryInGB

memoryInGB: undefined | number
member

{number} [memoryInGB] The maximum memory in GB supported by target compute size.

Optional name

name: undefined | string
member

{string} [name] Target compute size name.

Generated using TypeDoc