NetworkAdapters interface
Represents the network adapter on device.
Properties
interface |
The ID of the network adapter. |
iscsi |
Value indicating cloud and ISCSI status of network adapter. |
is |
Value indicating whether this instance is default. |
mode | The mode of network adapter, either IPv4, IPv6 or both. |
net |
Value indicating status of network adapter. |
nic |
The IPv4 configuration of the network adapter. |
nic |
The IPv6 configuration of the network adapter. |
speed | The speed of the network adapter. |
Property Details
interfaceId
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
nicIpv6Settings
speed
The speed of the network adapter.
speed?: number
Property Value
number
Azure SDK for JavaScript