Class NovaPassword
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaPassword
-
- All Implemented Interfaces:
Serializable,ServerPassword,ModelEntity
public class NovaPassword extends Object implements ServerPassword
A model class to return the password of the server- Author:
- vinod borole
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaPassword()
-
-
-
Method Detail
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceServerPassword- Returns:
- the password of the server
-
-