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

org.openstack4j.openstack.storage.block.domain.ForceDeleteAction Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.openstack.storage.block.domain;

import org.openstack4j.model.ModelEntity;

import com.fasterxml.jackson.annotation.JsonRootName;

@JsonRootName("os-force_delete")
public class ForceDeleteAction implements ModelEntity {

	private static final long serialVersionUID = 1L;

	public ForceDeleteAction() { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy