
org.openstack4j.model.magnum.Label Maven / Gradle / Ivy
The newest version!
package org.openstack4j.model.magnum;
import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
public interface Label extends ModelEntity, Buildable {
/**
* Gets key
*
* @return key
*/
String getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy