GenerateAutonomousDatabaseWalletRequest class
The request for AutonomousDatabase.GenerateWallet
.
Constructors
- GenerateAutonomousDatabaseWalletRequest.new({bool? isRegional, String? password, String? type})
- GenerateAutonomousDatabaseWalletRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRegional ↔ bool?
-
True when requesting regional connection strings in PDB connect info,
applicable to cross-region Data Guard only.
getter/setter pair
- password ↔ String?
-
The password used to encrypt the keys inside the wallet.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of wallet generation for the Autonomous Database.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited