SqlIntegration class
Represents the SQL instance integrated with Managed AD.
Constructors
- SqlIntegration({String? createTime, String? name, String? sqlInstance, String? state, String? updateTime})
- SqlIntegration.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time the SQL integration was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The unique name of the SQL integration in the form of
projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqlInstance ↔ String?
-
The full resource name of an integrated SQL instance
getter/setter pair
- state ↔ String?
-
The current state of the SQL integration.
getter/setter pair
- updateTime ↔ String?
-
The time the SQL integration was updated.
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