Package org.jclouds.ec2.domain
Class PasswordData
java.lang.Object
org.jclouds.ec2.domain.PasswordData
The encrypted administrator password for an instance running Windows.
Note
The Windows password is only generated the first time an AMI is launched. It is not generated for rebundled AMIs or after the password is changed on an instance. The password is encrypted using the key pair that you provided.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PasswordData
(String instanceId, Date timestamp, String passwordData) -
Method Summary
Modifier and TypeMethodDescriptionstatic PasswordData.Builder
builder()
boolean
The ID of the instance.The password of the instance.The time the data was last updated.int
hashCode()
toString()
-
Field Details
-
instanceId
-
timestamp
-
passwordData
-
-
Constructor Details
-
PasswordData
-
-
Method Details
-
builder
-
toBuilder
-
getInstanceId
The ID of the instance. -
getTimestamp
The time the data was last updated. -
getPasswordData
The password of the instance. -
hashCode
public int hashCode() -
equals
-
toString
-