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

org.openstack4j.model.compute.ServerPassword Maven / Gradle / Ivy

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

import org.openstack4j.model.ModelEntity;

/**
 * Server password
 *
 * @author vinod borole
 */
public interface ServerPassword extends ModelEntity {
    /**
     * @return the password of the server
     */
    String getPassword();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy