Interface protos.google.cloud.clouddms.v1.IConnectionProfile (1.0.5)

Properties of a ConnectionProfile.

Package

@google-cloud/dms!

Properties

cloudsql

cloudsql?: (google.cloud.clouddms.v1.ICloudSqlConnectionProfile|null);

ConnectionProfile cloudsql

Property Value
TypeDescription
(google.cloud.clouddms.v1.ICloudSqlConnectionProfile|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

ConnectionProfile createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

displayName

displayName?: (string|null);

ConnectionProfile displayName

Property Value
TypeDescription
(string|null)

error

error?: (google.rpc.IStatus|null);

ConnectionProfile error

Property Value
TypeDescription
(google.rpc.IStatus|null)

labels

labels?: ({ [k: string]: string }|null);

ConnectionProfile labels

Property Value
TypeDescription
({ [k: string]: string }|null)

mysql

mysql?: (google.cloud.clouddms.v1.IMySqlConnectionProfile|null);

ConnectionProfile mysql

Property Value
TypeDescription
(google.cloud.clouddms.v1.IMySqlConnectionProfile|null)

name

name?: (string|null);

ConnectionProfile name

Property Value
TypeDescription
(string|null)

postgresql

postgresql?: (google.cloud.clouddms.v1.IPostgreSqlConnectionProfile|null);

ConnectionProfile postgresql

Property Value
TypeDescription
(google.cloud.clouddms.v1.IPostgreSqlConnectionProfile|null)

provider

provider?: (google.cloud.clouddms.v1.DatabaseProvider|keyof typeof google.cloud.clouddms.v1.DatabaseProvider|null);

ConnectionProfile provider

Property Value
TypeDescription
(google.cloud.clouddms.v1.DatabaseProvider|keyof typeof google.cloud.clouddms.v1.DatabaseProvider|null)

state

state?: (google.cloud.clouddms.v1.ConnectionProfile.State|keyof typeof google.cloud.clouddms.v1.ConnectionProfile.State|null);

ConnectionProfile state

Property Value
TypeDescription
(google.cloud.clouddms.v1.ConnectionProfile.State|keyof typeof google.cloud.clouddms.v1.ConnectionProfile.State|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

ConnectionProfile updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)