PasswordData class
The password data for the Windows Server-based instance, including the ciphertext and the key pair name.
Constructors
- PasswordData({String? ciphertext, String? keyPairName})
-
PasswordData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- ciphertext → String?
-
The encrypted password. Ciphertext will be an empty string if access to your
new instance is not ready yet. When you create an instance, it can take up
to 15 minutes for the instance to be ready.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyPairName → String?
-
The name of the key pair that you used when creating your instance. If no
key pair name was specified when creating the instance, Lightsail uses the
default key pair (
LightsailDefaultKeyPair
).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited