| Package | Description |
|---|---|
| com.vmware.appliance.networking |
| Modifier and Type | Field and Description |
|---|---|
static InterfacesTypes.InterfaceStatus |
InterfacesTypes.InterfaceStatus.down
The interface is down.
|
static InterfacesTypes.InterfaceStatus |
InterfacesTypes.InterfaceStatus.up
The interface is up.
|
| Modifier and Type | Method and Description |
|---|---|
InterfacesTypes.InterfaceStatus |
InterfacesTypes.InterfaceInfo.getStatus()
Interface status.
|
static InterfacesTypes.InterfaceStatus |
InterfacesTypes.InterfaceStatus.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static InterfacesTypes.InterfaceStatus[] |
InterfacesTypes.InterfaceStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfacesTypes.InterfaceInfo.setStatus(InterfacesTypes.InterfaceStatus status)
Interface status.
|
| Constructor and Description |
|---|
InterfacesTypes.InterfaceInfo.Builder(String name,
InterfacesTypes.InterfaceStatus status,
String mac)
Constructor with parameters for the required properties of
InterfacesTypes.InterfaceInfo. |
Copyright © 2016. All Rights Reserved.