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

org.openstack4j.openstack.networking.domain.NeutronTrunkSubportAddRemove Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.openstack.networking.domain;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * This class is used by the subport operations which don't use the json root
 * name "trunks"
 *
 * @author Kashyap Jha
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public class NeutronTrunkSubportAddRemove extends AbstractNeutronTrunk {
    private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy