public abstract class PortInterface extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PortInterface.State |
public abstract String portId()
public abstract String netId()
public abstract PortInterface.State portState()
public static PortInterface create(String portId, String netId, PortInterface.State portState, List<FixedIP> fixedIPS)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.