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 | 
|---|---|
Optional<String> | 
deviceId()
Returns the identifier of the device where this patch interface is. 
 | 
String | 
ifaceName()
Return the name of the patch interface. 
 | 
String | 
peer()
Returns the name of the interface for the other side of the patch. 
 | 
annotationsOptional<String> deviceId()
String ifaceName()
String peer()