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

org.openstack4j.model.trove.Instance Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.trove;

import java.util.Date;

public interface Instance {

    int getVolumeSize();

    String getVolumeType();

    Flavor getFlavor();

    String getName();

    Date getCreated();

    Date getUpdated();

    String getHostname();

    String getId();

    String getStatus();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy