Class AddRouterInterfaceAction
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.AddRouterInterfaceAction
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class AddRouterInterfaceAction extends Object implements ModelEntity
Adds a Router Interface based on a Port or Subnet identifier- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddRouterInterfaceAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddRouterInterfaceActioncreate(AttachInterfaceType type, String portOrSubnetId)StringgetPortId()StringgetSubnetId()
-
-
-
Method Detail
-
create
public static AddRouterInterfaceAction create(AttachInterfaceType type, String portOrSubnetId)
-
getPortId
public String getPortId()
-
getSubnetId
public String getSubnetId()
-
-