Package org.openstack4j.model.compute
Interface ServerPassword
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
AdminPass,NovaPassword
public interface ServerPassword extends ModelEntity
Server password- Author:
- vinod borole
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPassword()
-
-
-
Method Detail
-
getPassword
String getPassword()
- Returns:
- the password of the server
-
-