Uses of Class
org.openstack4j.model.network.AttachInterfaceType
-
Packages that use AttachInterfaceType Package Description org.openstack4j.api.networking org.openstack4j.model.network org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of AttachInterfaceType in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking with parameters of type AttachInterfaceType Modifier and Type Method Description RouterInterfaceRouterService. attachInterface(String routerId, AttachInterfaceType type, String portOrSubnetId)Attaches a Subnet or Port to the specified router -
Uses of AttachInterfaceType in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return AttachInterfaceType Modifier and Type Method Description static AttachInterfaceTypeAttachInterfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachInterfaceType[]AttachInterfaceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttachInterfaceType in org.openstack4j.openstack.networking.domain
Methods in org.openstack4j.openstack.networking.domain with parameters of type AttachInterfaceType Modifier and Type Method Description static AddRouterInterfaceActionAddRouterInterfaceAction. create(AttachInterfaceType type, String portOrSubnetId) -
Uses of AttachInterfaceType in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal with parameters of type AttachInterfaceType Modifier and Type Method Description RouterInterfaceRouterServiceImpl. attachInterface(String routerId, AttachInterfaceType type, String portOrSubnetId)
-