events/cloud/clouddms/v1 library

Classes

AlloyDbConnectionProfile
Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.
AlloyDbSettings
Settings for creating an AlloyDB cluster.
AlloyDbSettings_PrimaryInstanceSettings
Settings for the cluster's primary instance
AlloyDbSettings_PrimaryInstanceSettings_MachineConfig
MachineConfig describes the configuration of a machine.
AlloyDbSettings_UserPassword
The username/password for a database user. Used for specifying initial users at cluster creation time.
CloudSqlConnectionProfile
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
CloudSqlSettings
Settings for creating a Cloud SQL database instance.
CloudSqlSettings_SqlActivationPolicy
Specifies when the instance should be activated.
CloudSqlSettings_SqlAvailabilityType
The availability type of the given Cloud SQL instance.
CloudSqlSettings_SqlDatabaseVersion
The database engine type and version.
CloudSqlSettings_SqlDataDiskType
The storage options for Cloud SQL databases.
ConnectionProfile
A connection profile definition.
ConnectionProfile_State
The current connection profile state (e.g. DRAFT, READY, or FAILED).
ConnectionProfileCreatedEvent
The CloudEvent raised when a ConnectionProfile is created.
ConnectionProfileDeletedEvent
The CloudEvent raised when a ConnectionProfile is deleted.
ConnectionProfileEventData
The data within all ConnectionProfile events.
ConnectionProfileUpdatedEvent
The CloudEvent raised when a ConnectionProfile is updated.
DatabaseEngine
The database engine types.
DatabaseProvider
The database providers.
DatabaseType
A message defining the database engine and provider.
MigrationJob
Represents a Database Migration Service migration job object.
MigrationJob_DumpFlag
Dump flag definition.
MigrationJob_DumpFlags
Dump flags definition.
MigrationJob_Phase
The current migration job phase.
MigrationJob_State
The current migration job states.
MigrationJob_Type
The type of migration job (one-time or continuous).
MigrationJobCreatedEvent
The CloudEvent raised when a MigrationJob is created.
MigrationJobDeletedEvent
The CloudEvent raised when a MigrationJob is deleted.
MigrationJobEventData
The data within all MigrationJob events.
MigrationJobUpdatedEvent
The CloudEvent raised when a MigrationJob is updated.
MySqlConnectionProfile
Specifies connection parameters required specifically for MySQL databases.
NetworkArchitecture
PostgreSqlConnectionProfile
Specifies connection parameters required specifically for PostgreSQL databases.
ReverseSshConnectivity
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.
SqlAclEntry
An entry for an Access Control list.
SqlIpConfig
IP Management configuration.
SslConfig
SSL configuration information.
SslConfig_SslType
Specifies The kind of ssl configuration used.
StaticIpConnectivity
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.
VpcPeeringConnectivity
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.