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

io.github.floto.dsl.model.DiskDescription Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package io.github.floto.dsl.model;

public class DiskDescription {
    public long sizeInGB;
    public int slot;
    public String datastore;
    public String mountpoint;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy