Class DiscoverConnectionProfileResponse
Response from a discover request.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class DiscoverConnectionProfileResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MongodbCluster
Enriched MongoDB cluster.
Declaration
[JsonProperty("mongodbCluster")]
public virtual MongodbCluster MongodbCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| MongodbCluster |
MysqlRdbms
Enriched MySQL RDBMS object.
Declaration
[JsonProperty("mysqlRdbms")]
public virtual MysqlRdbms MysqlRdbms { get; set; }
Property Value
| Type | Description |
|---|---|
| MysqlRdbms |
OracleRdbms
Enriched Oracle RDBMS object.
Declaration
[JsonProperty("oracleRdbms")]
public virtual OracleRdbms OracleRdbms { get; set; }
Property Value
| Type | Description |
|---|---|
| OracleRdbms |
PostgresqlRdbms
Enriched PostgreSQL RDBMS object.
Declaration
[JsonProperty("postgresqlRdbms")]
public virtual PostgresqlRdbms PostgresqlRdbms { get; set; }
Property Value
| Type | Description |
|---|---|
| PostgresqlRdbms |
SalesforceOrg
Enriched Salesforce organization.
Declaration
[JsonProperty("salesforceOrg")]
public virtual SalesforceOrg SalesforceOrg { get; set; }
Property Value
| Type | Description |
|---|---|
| SalesforceOrg |
SqlServerRdbms
Enriched SQLServer RDBMS object.
Declaration
[JsonProperty("sqlServerRdbms")]
public virtual SqlServerRdbms SqlServerRdbms { get; set; }
Property Value
| Type | Description |
|---|---|
| SqlServerRdbms |