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

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

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

import java.util.Date;
import java.util.List;

public interface Instance {

    int getVolumeSize();

    String getVolumeType();

    Flavor getFlavor();

    String getName();

    Date getCreated();

    Date getUpdated();

    String getHostname();

    List getIp();

    String getId();

    String getStatus();

    String getDatastoreType();

    String getDatastoreVersion();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy