Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkAdapters

Package version

interface

An interface representing NetworkAdapters. Represents the network adapter on device.

Hierarchy

  • NetworkAdapters

Index

Properties

interfaceId

interfaceId: NetInterfaceId
member

{NetInterfaceId} interfaceId The ID of the network adapter. Possible values include: 'Invalid', 'Data0', 'Data1', 'Data2', 'Data3', 'Data4', 'Data5'

Optional isDefault

isDefault: undefined | false | true
member

{boolean} [isDefault] Value indicating whether this instance is default.

iscsiAndCloudStatus

iscsiAndCloudStatus: ISCSIAndCloudStatus
member

{ISCSIAndCloudStatus} iscsiAndCloudStatus Value indicating cloud and ISCSI status of network adapter. Possible values include: 'Disabled', 'IscsiEnabled', 'CloudEnabled', 'IscsiAndCloudEnabled'

mode

member

{NetworkMode} mode The mode of network adapter, either IPv4, IPv6 or both. Possible values include: 'Invalid', 'IPV4', 'IPV6', 'BOTH'

netInterfaceStatus

netInterfaceStatus: NetInterfaceStatus
member

{NetInterfaceStatus} netInterfaceStatus Value indicating status of network adapter. Possible values include: 'Enabled', 'Disabled'

Optional nicIpv4Settings

nicIpv4Settings: NicIPv4
member

{NicIPv4} [nicIpv4Settings] The IPv4 configuration of the network adapter.

Optional nicIpv6Settings

nicIpv6Settings: NicIPv6
member

{NicIPv6} [nicIpv6Settings] The IPv6 configuration of the network adapter.

Optional speed

speed: undefined | number
member

{number} [speed] The speed of the network adapter.

Generated using TypeDoc