network (local interfaces)
-
PDF of this doc site
-
Manage storage with Element software
- Protect your data
-
Manage storage with Element software
Collection of separate PDF docs
Creating your file...
The network (local interfaces) object contains configuration information for local network interfaces, such as the loopback interface, on a storage node. You can use the GetConfig
and GetNetworkConfig
methods to obtain this information for a storage node.
Object members
This object contains the following members:
Name |
Description |
Type |
family |
Address family that the interface is configured to use. Currently "inet" for IPv4 is supported. |
string |
macAddress |
The actual MAC address assigned to the interface and observed by the network. |
string |
macAddressPermanent |
The immutable MAC address assigned by the manufacturer to the interface. |
string |
method |
The method used to configure the interface. Possible values:
|
string |
status |
The state of the interface. Possible values:
|
string |
upAndRunning |
Indicates if the interface is ready and has a link. |
boolean |
Member modifiability and node states
This table indicates whether or not the object parameters can be modified at each possible node state.
Parameter name |
Available state |
Pending state |
Active state |
family |
No |
No |
No |
macAddress |
Configured by system |
N/A |
N/A |
macAddressPermanent |
Configured by system |
N/A |
N/A |
method |
No |
No |
No |
status |
Yes |
Yes |
Yes |
upAndRunning |
Configured by system |
N/A |
N/A |