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

org.openstack4j.model.telemetry.Resource Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.model.telemetry;

import java.util.Date;
import java.util.Map;

public interface Resource {

    String getId();

    String getUserId();

    String getSource();

    Date getFirstSampleTimestamp();

    Date getLastSampleTimestamp();

    String getProjectId();

    Map getMeataData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy