Resource: SqlIntegration
Represents the Sql instance integrated with AD.
JSON representation |
---|
{
"name": string,
"sqlInstance": string,
"createTime": string,
"updateTime": string,
"state": enum ( |
Fields | |
---|---|
name |
The unique name of the sql integration in the form of |
sqlInstance |
The full resource name of an integrated sql instance |
createTime |
Output only. The time sql integration was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time sql integration was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. The current state of the sql integration. |
State
Represents the different states of a sql integration.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not Set |
CREATING |
The sqlIntegration is being created. |
DELETING |
The sqlIntegration is being deleted. |
READY |
The sqlIntegration is ready. |
Methods |
|
---|---|
|
Gets details of a single sqlIntegration. |
|
Lists SqlIntegrations in a given domain. |