All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.network.AttachInterfaceType Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.model.network;

/**
 * Used during Add Router Interface calls to set the type of the inbound attachment identifier
 *
 * @author Jeremy Unruh
 */
public enum AttachInterfaceType {
    PORT, SUBNET
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy