NetworkAdapters interface

Represents the network adapter on device.

Properties

interfaceId

The ID of the network adapter.

iscsiAndCloudStatus

Value indicating cloud and ISCSI status of network adapter.

isDefault

Value indicating whether this instance is default.

mode

The mode of network adapter, either IPv4, IPv6 or both.

netInterfaceStatus

Value indicating status of network adapter.

nicIpv4Settings

The IPv4 configuration of the network adapter.

nicIpv6Settings

The IPv6 configuration of the network adapter.

speed

The speed of the network adapter.

Property Details

interfaceId

The ID of the network adapter.

interfaceId: NetInterfaceId

Property Value

iscsiAndCloudStatus

Value indicating cloud and ISCSI status of network adapter.

iscsiAndCloudStatus: IscsiAndCloudStatus

Property Value

isDefault

Value indicating whether this instance is default.

isDefault?: boolean

Property Value

boolean

mode

The mode of network adapter, either IPv4, IPv6 or both.

mode: NetworkMode

Property Value

netInterfaceStatus

Value indicating status of network adapter.

netInterfaceStatus: NetInterfaceStatus

Property Value

nicIpv4Settings

The IPv4 configuration of the network adapter.

nicIpv4Settings?: NicIPv4

Property Value

nicIpv6Settings

The IPv6 configuration of the network adapter.

nicIpv6Settings?: NicIPv6

Property Value

speed

The speed of the network adapter.

speed?: number

Property Value

number