GoldengateOggDeployment class
The Ogg data of the GoldengateDeployment.
Constructors
- GoldengateOggDeployment({String? adminPassword, String? adminPasswordSecretVersion, String? adminUsername, String? certificate, String? credentialStore, String? deployment, GoldengateGroupToRolesMapping? groupRolesMapping, String? identityDomainId, String? oggVersion, String? passwordSecretId})
- GoldengateOggDeployment.fromJson(Map json_)
Properties
- adminPassword ↔ String?
-
The Goldengate deployment console password in plain text.
getter/setter pair
- adminPasswordSecretVersion ↔ String?
-
Input only.
getter/setter pair
- adminUsername ↔ String?
-
The Goldengate deployment console username.
getter/setter pair
- certificate ↔ String?
-
The certificate of the GoldengateDeployment.
getter/setter pair
- credentialStore ↔ String?
-
The credential store of the GoldengateDeployment.
getter/setter pair
- deployment ↔ String?
-
The name given to the Goldengate service deployment.
getter/setter pair
- groupRolesMapping ↔ GoldengateGroupToRolesMapping?
-
The group to roles mapping of the GoldengateDeployment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityDomainId ↔ String?
-
The identity domain id of the GoldengateDeployment.
getter/setter pair
- oggVersion ↔ String?
-
Version of OGG
getter/setter pair
- passwordSecretId ↔ String?
-
The password secret id of the GoldengateDeployment.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited