Previous page

Next page

Locate page in Contents

Print this page

net_deviceType

Summary:

Holds a generic network device information. A networks device can be a network interface card, a network bridge, or a virtual local area network. The subtypes of this type extend it adding additional functionality.

Type specification:

Name

Min/Max

Type

Description

id

0..1

string

Device ID (e.g. interface name eth0, eth1, br2, etc).

ip_address

0..[]

ip_addressType

The list of IP addresses assigned to this device.

dhcp

0..1

none

DHCP flag. If present, the device uses DHCP to receive TCP/IP settings.

network_id

0..1

base64Binary

The ID of the virtual network this device belongs to.

status

0..1

 

Network device status.

[

 

 

Denotes a choice between the up and the down elements.

up

1..1

none

The device is up (enabled).

down

1..1

none

The device is down (disabled).

]

 

 

 

Subtypes:

net_nicType

net_vethType

net_vlanType

net_bridgeType

Please send us your feedback on this help page