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

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

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

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

public class EsxHypervisorDescription extends HypervisorDescription {
    public String vCenter;
    public String esxHost;
    public String username;
    public String password;
    public String defaultDatastore;
    public String dataDatastore;
    public List networks = new ArrayList<>(Arrays.asList("VM Network"));

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy