> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.openstack.poppy.v1.domain; > + > +import java.util.List; > +import java.util.Set; > + > +import org.jclouds.json.SerializedNames; > +import org.jclouds.openstack.v2_0.domain.Link; > + > +import com.google.auto.value.AutoValue; > + > +/** > + * Representation of an OpenStack Poppy CDN Flavor.
Thanks, I plan to update the javadocs across the board once the `ServiceApi` is implemented and complete. HTH --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/176/files#r23182132
