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

Properties of a ConnectionProfile.

Package

@google-cloud/dms

Properties

cloudsql

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

ConnectionProfile cloudsql

createTime

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

ConnectionProfile createTime

displayName

displayName?: (string|null);

ConnectionProfile displayName

error

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

ConnectionProfile error

labels

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

ConnectionProfile labels

mysql

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

ConnectionProfile mysql

name

name?: (string|null);

ConnectionProfile name

postgresql

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

ConnectionProfile postgresql

provider

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

ConnectionProfile provider

state

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

ConnectionProfile state

updateTime

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

ConnectionProfile updateTime