SqlIntegration class Null safety
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.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
The unique name of the SQL integration in the form of
projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}
read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sqlInstance ↔ String?
-
The full resource name of an integrated SQL instance
read / write
- state ↔ String?
-
The current state of the SQL integration.
read / write
- updateTime ↔ String?
-
The time the SQL integration was updated.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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