public interface PatchDescription extends Description, Annotated
Modifier and Type | Interface and Description |
---|---|
static interface |
PatchDescription.Builder
Builder of patch interface description entities.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
deviceId()
Returns the identifier of the device where this patch interface is.
|
java.lang.String |
ifaceName()
Return the name of the patch interface.
|
java.lang.String |
peer()
Returns the name of the interface for the other side of the patch.
|
annotations
java.util.Optional<java.lang.String> deviceId()
java.lang.String ifaceName()
java.lang.String peer()