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

org.openstack4j.api.trove.InstanceService Maven / Gradle / Ivy

The newest version!
package org.openstack4j.api.trove;

import java.util.List;

import org.openstack4j.model.common.ActionResponse;
import org.openstack4j.model.trove.Instance;
import org.openstack4j.model.trove.InstanceCreate;

public interface InstanceService {

    List list();

    Instance get(String instanceId);

    Instance create(InstanceCreate instanceCreate);

    ActionResponse delete(String id);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy