package google.events.cloud.clouddms.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AlloyDbConnectionProfile

data.proto:125

Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.

Used in: ConnectionProfile

message AlloyDbSettings

data.proto:331

Settings for creating an AlloyDB cluster.

Used in: AlloyDbConnectionProfile

message AlloyDbSettings.PrimaryInstanceSettings

data.proto:343

Settings for the cluster's primary instance

Used in: AlloyDbSettings

message AlloyDbSettings.PrimaryInstanceSettings.MachineConfig

data.proto:345

MachineConfig describes the configuration of a machine.

Used in: PrimaryInstanceSettings

message AlloyDbSettings.UserPassword

data.proto:334

The username/password for a database user. Used for specifying initial users at cluster creation time.

message CloudSqlConnectionProfile

data.proto:103

Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.

Used in: ConnectionProfile

message CloudSqlSettings

data.proto:173

Settings for creating a Cloud SQL database instance.

Used in: CloudSqlConnectionProfile

enum CloudSqlSettings.SqlActivationPolicy

data.proto:175

Specifies when the instance should be activated.

Used in: CloudSqlSettings

enum CloudSqlSettings.SqlAvailabilityType

data.proto:232

The availability type of the given Cloud SQL instance.

Used in: CloudSqlSettings

enum CloudSqlSettings.SqlDataDiskType

data.proto:187

The storage options for Cloud SQL databases.

Used in: CloudSqlSettings

enum CloudSqlSettings.SqlDatabaseVersion

data.proto:199

The database engine type and version.

Used in: CloudSqlSettings

message ConnectionProfile

data.proto:614

A connection profile definition.

Used in: ConnectionProfileEventData

enum ConnectionProfile.State

data.proto:616

The current connection profile state (e.g. DRAFT, READY, or FAILED).

Used in: ConnectionProfile

message ConnectionProfileCreatedEvent

events.proto:68

The CloudEvent raised when a ConnectionProfile is created.

message ConnectionProfileDeletedEvent

events.proto:88

The CloudEvent raised when a ConnectionProfile is deleted.

message ConnectionProfileEventData

data.proto:732

The data within all ConnectionProfile events.

Used in: ConnectionProfileCreatedEvent, ConnectionProfileDeletedEvent, ConnectionProfileUpdatedEvent

message ConnectionProfileUpdatedEvent

events.proto:78

The CloudEvent raised when a ConnectionProfile is updated.

enum DatabaseEngine

data.proto:702

The database engine types.

Used in: DatabaseType

enum DatabaseProvider

data.proto:714

The database providers.

Used in: ConnectionProfile, DatabaseType

message DatabaseType

data.proto:424

A message defining the database engine and provider.

Used in: MigrationJob

message MigrationJob

data.proto:433

Represents a Database Migration Service migration job object.

Used in: MigrationJobEventData

message MigrationJob.DumpFlag

data.proto:435

Dump flag definition.

Used in: DumpFlags

message MigrationJob.DumpFlags

data.proto:444

Dump flags definition.

Used in: MigrationJob

enum MigrationJob.Phase

data.proto:501

The current migration job phase.

Used in: MigrationJob

enum MigrationJob.State

data.proto:450

The current migration job states.

Used in: MigrationJob

enum MigrationJob.Type

data.proto:522

The type of migration job (one-time or continuous).

Used in: MigrationJob

message MigrationJobCreatedEvent

events.proto:38

The CloudEvent raised when a MigrationJob is created.

message MigrationJobDeletedEvent

events.proto:58

The CloudEvent raised when a MigrationJob is deleted.

message MigrationJobEventData

data.proto:738

The data within all MigrationJob events.

Used in: MigrationJobCreatedEvent, MigrationJobDeletedEvent, MigrationJobUpdatedEvent

message MigrationJobUpdatedEvent

events.proto:48

The CloudEvent raised when a MigrationJob is updated.

message MySqlConnectionProfile

data.proto:49

Specifies connection parameters required specifically for MySQL databases.

Used in: ConnectionProfile

enum NetworkArchitecture

data.proto:691

Used in: PostgreSqlConnectionProfile

message PostgreSqlConnectionProfile

data.proto:74

Specifies connection parameters required specifically for PostgreSQL databases.

Used in: ConnectionProfile

message ReverseSshConnectivity

data.proto:398

The details needed to configure a reverse SSH tunnel between the source and destination databases. These details will be used when calling the generateSshScript method (see https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.migrationJobs/generateSshScript) to produce the script that will help set up the reverse SSH tunnel, and to set up the VPC peering between the Cloud SQL private network and the VPC.

Used in: MigrationJob

message SqlAclEntry

data.proto:135

An entry for an Access Control list.

Used in: SqlIpConfig

message SqlIpConfig

data.proto:152

IP Management configuration.

Used in: CloudSqlSettings

message SslConfig

data.proto:29

SSL configuration information.

Used in: MySqlConnectionProfile, PostgreSqlConnectionProfile

enum SslConfig.SslType

data.proto:31

Specifies The kind of ssl configuration used.

Used in: SslConfig

message StaticIpConnectivity

data.proto:390

The source database will allow incoming connections from the destination database's public IP. You can retrieve the Cloud SQL instance's public IP from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required.

Used in: MigrationJob

(message has no fields)

message VpcPeeringConnectivity

data.proto:418

The details of the VPC where the source database is located in Google Cloud. We will use this information to set up the VPC peering connection between Cloud SQL and this VPC.

Used in: MigrationJob