Documentation ¶
Overview ¶
Package clouddms aliases all exported identifiers in package "cloud.google.com/go/clouddms/apiv1/clouddmspb".
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterDataMigrationServiceServer(s *grpc.Server, srv DataMigrationServiceServer)deprecated
- type CloudSqlConnectionProfiledeprecated
- type CloudSqlSettingsdeprecated
- type CloudSqlSettings_SqlActivationPolicydeprecated
- type CloudSqlSettings_SqlDataDiskTypedeprecated
- type CloudSqlSettings_SqlDatabaseVersiondeprecated
- type ConnectionProfiledeprecated
- type ConnectionProfile_Cloudsql
- type ConnectionProfile_Mysql
- type ConnectionProfile_Postgresql
- type ConnectionProfile_Statedeprecated
- type CreateConnectionProfileRequestdeprecated
- type CreateMigrationJobRequestdeprecated
- type DataMigrationServiceClientdeprecated
- type DataMigrationServiceServerdeprecated
- type DatabaseEnginedeprecated
- type DatabaseProviderdeprecated
- type DatabaseTypedeprecated
- type DeleteConnectionProfileRequestdeprecated
- type DeleteMigrationJobRequestdeprecated
- type GenerateSshScriptRequestdeprecated
- type GenerateSshScriptRequest_VmCreationConfig
- type GenerateSshScriptRequest_VmSelectionConfig
- type GetConnectionProfileRequestdeprecated
- type GetMigrationJobRequestdeprecated
- type ListConnectionProfilesRequestdeprecated
- type ListConnectionProfilesResponsedeprecated
- type ListMigrationJobsRequestdeprecated
- type ListMigrationJobsResponsedeprecated
- type MigrationJobdeprecated
- type MigrationJobVerificationErrordeprecated
- type MigrationJobVerificationError_ErrorCodedeprecated
- type MigrationJob_Phasedeprecated
- type MigrationJob_ReverseSshConnectivity
- type MigrationJob_Statedeprecated
- type MigrationJob_StaticIpConnectivity
- type MigrationJob_Typedeprecated
- type MigrationJob_VpcPeeringConnectivity
- type MySqlConnectionProfiledeprecated
- type OperationMetadatadeprecated
- type PostgreSqlConnectionProfiledeprecated
- type PromoteMigrationJobRequestdeprecated
- type RestartMigrationJobRequestdeprecated
- type ResumeMigrationJobRequestdeprecated
- type ReverseSshConnectivitydeprecated
- type SqlAclEntrydeprecated
- type SqlAclEntry_ExpireTime
- type SqlAclEntry_Ttl
- type SqlIpConfigdeprecated
- type SshScriptdeprecated
- type SslConfigdeprecated
- type SslConfig_SslTypedeprecated
- type StartMigrationJobRequestdeprecated
- type StaticIpConnectivitydeprecated
- type StopMigrationJobRequestdeprecated
- type UnimplementedDataMigrationServiceServerdeprecated
- type UpdateConnectionProfileRequestdeprecated
- type UpdateMigrationJobRequestdeprecated
- type VerifyMigrationJobRequestdeprecated
- type VmCreationConfigdeprecated
- type VmSelectionConfigdeprecated
- type VpcPeeringConnectivitydeprecated
Constants ¶
const ( CloudSqlSettings_ALWAYS = src.CloudSqlSettings_ALWAYS CloudSqlSettings_MYSQL_5_6 = src.CloudSqlSettings_MYSQL_5_6 CloudSqlSettings_MYSQL_5_7 = src.CloudSqlSettings_MYSQL_5_7 CloudSqlSettings_MYSQL_8_0 = src.CloudSqlSettings_MYSQL_8_0 CloudSqlSettings_NEVER = src.CloudSqlSettings_NEVER CloudSqlSettings_PD_HDD = src.CloudSqlSettings_PD_HDD CloudSqlSettings_PD_SSD = src.CloudSqlSettings_PD_SSD CloudSqlSettings_POSTGRES_10 = src.CloudSqlSettings_POSTGRES_10 CloudSqlSettings_POSTGRES_11 = src.CloudSqlSettings_POSTGRES_11 CloudSqlSettings_POSTGRES_12 = src.CloudSqlSettings_POSTGRES_12 CloudSqlSettings_POSTGRES_13 = src.CloudSqlSettings_POSTGRES_13 CloudSqlSettings_POSTGRES_9_6 = src.CloudSqlSettings_POSTGRES_9_6 CloudSqlSettings_SQL_ACTIVATION_POLICY_UNSPECIFIED = src.CloudSqlSettings_SQL_ACTIVATION_POLICY_UNSPECIFIED CloudSqlSettings_SQL_DATABASE_VERSION_UNSPECIFIED = src.CloudSqlSettings_SQL_DATABASE_VERSION_UNSPECIFIED CloudSqlSettings_SQL_DATA_DISK_TYPE_UNSPECIFIED = src.CloudSqlSettings_SQL_DATA_DISK_TYPE_UNSPECIFIED ConnectionProfile_CREATING = src.ConnectionProfile_CREATING ConnectionProfile_DELETED = src.ConnectionProfile_DELETED ConnectionProfile_DELETING = src.ConnectionProfile_DELETING ConnectionProfile_DRAFT = src.ConnectionProfile_DRAFT ConnectionProfile_FAILED = src.ConnectionProfile_FAILED ConnectionProfile_READY = src.ConnectionProfile_READY ConnectionProfile_STATE_UNSPECIFIED = src.ConnectionProfile_STATE_UNSPECIFIED ConnectionProfile_UPDATING = src.ConnectionProfile_UPDATING DatabaseEngine_DATABASE_ENGINE_UNSPECIFIED = src.DatabaseEngine_DATABASE_ENGINE_UNSPECIFIED DatabaseEngine_MYSQL = src.DatabaseEngine_MYSQL DatabaseEngine_POSTGRESQL = src.DatabaseEngine_POSTGRESQL DatabaseProvider_CLOUDSQL = src.DatabaseProvider_CLOUDSQL DatabaseProvider_DATABASE_PROVIDER_UNSPECIFIED = src.DatabaseProvider_DATABASE_PROVIDER_UNSPECIFIED DatabaseProvider_RDS = src.DatabaseProvider_RDS MigrationJobVerificationError_AUTHENTICATION_FAILURE = src.MigrationJobVerificationError_AUTHENTICATION_FAILURE MigrationJobVerificationError_CANT_RESTART_RUNNING_MIGRATION = src.MigrationJobVerificationError_CANT_RESTART_RUNNING_MIGRATION MigrationJobVerificationError_CONNECTION_FAILURE = src.MigrationJobVerificationError_CONNECTION_FAILURE MigrationJobVerificationError_CONNECTION_PROFILE_TYPES_INCOMPATIBILITY = src.MigrationJobVerificationError_CONNECTION_PROFILE_TYPES_INCOMPATIBILITY MigrationJobVerificationError_ERROR_CODE_UNSPECIFIED = src.MigrationJobVerificationError_ERROR_CODE_UNSPECIFIED MigrationJobVerificationError_INSUFFICIENT_MAX_REPLICATION_SLOTS = src.MigrationJobVerificationError_INSUFFICIENT_MAX_REPLICATION_SLOTS MigrationJobVerificationError_INSUFFICIENT_MAX_WAL_SENDERS = src.MigrationJobVerificationError_INSUFFICIENT_MAX_WAL_SENDERS MigrationJobVerificationError_INSUFFICIENT_MAX_WORKER_PROCESSES = src.MigrationJobVerificationError_INSUFFICIENT_MAX_WORKER_PROCESSES MigrationJobVerificationError_INVALID_CONNECTION_PROFILE_CONFIG = src.MigrationJobVerificationError_INVALID_CONNECTION_PROFILE_CONFIG MigrationJobVerificationError_INVALID_RDS_LOGICAL_REPLICATION = src.MigrationJobVerificationError_INVALID_RDS_LOGICAL_REPLICATION MigrationJobVerificationError_INVALID_SHARED_PRELOAD_LIBRARY = src.MigrationJobVerificationError_INVALID_SHARED_PRELOAD_LIBRARY MigrationJobVerificationError_INVALID_WAL_LEVEL = src.MigrationJobVerificationError_INVALID_WAL_LEVEL MigrationJobVerificationError_NO_PGLOGICAL_INSTALLED = src.MigrationJobVerificationError_NO_PGLOGICAL_INSTALLED MigrationJobVerificationError_PGLOGICAL_NODE_ALREADY_EXISTS = src.MigrationJobVerificationError_PGLOGICAL_NODE_ALREADY_EXISTS MigrationJobVerificationError_UNSUPPORTED_DEFINER = src.MigrationJobVerificationError_UNSUPPORTED_DEFINER MigrationJobVerificationError_UNSUPPORTED_EXTENSIONS = src.MigrationJobVerificationError_UNSUPPORTED_EXTENSIONS MigrationJobVerificationError_UNSUPPORTED_GTID_MODE = src.MigrationJobVerificationError_UNSUPPORTED_GTID_MODE MigrationJobVerificationError_UNSUPPORTED_MIGRATION_TYPE = src.MigrationJobVerificationError_UNSUPPORTED_MIGRATION_TYPE MigrationJobVerificationError_UNSUPPORTED_TABLE_DEFINITION = src.MigrationJobVerificationError_UNSUPPORTED_TABLE_DEFINITION MigrationJobVerificationError_VERSION_INCOMPATIBILITY = src.MigrationJobVerificationError_VERSION_INCOMPATIBILITY MigrationJob_CDC = src.MigrationJob_CDC MigrationJob_COMPLETED = src.MigrationJob_COMPLETED MigrationJob_CONTINUOUS = src.MigrationJob_CONTINUOUS MigrationJob_CREATING = src.MigrationJob_CREATING MigrationJob_DELETED = src.MigrationJob_DELETED MigrationJob_DELETING = src.MigrationJob_DELETING MigrationJob_DRAFT = src.MigrationJob_DRAFT MigrationJob_FAILED = src.MigrationJob_FAILED MigrationJob_FULL_DUMP = src.MigrationJob_FULL_DUMP MigrationJob_MAINTENANCE = src.MigrationJob_MAINTENANCE MigrationJob_NOT_STARTED = src.MigrationJob_NOT_STARTED MigrationJob_ONE_TIME = src.MigrationJob_ONE_TIME MigrationJob_PHASE_UNSPECIFIED = src.MigrationJob_PHASE_UNSPECIFIED MigrationJob_PREPARING_THE_DUMP = src.MigrationJob_PREPARING_THE_DUMP MigrationJob_PROMOTE_IN_PROGRESS = src.MigrationJob_PROMOTE_IN_PROGRESS MigrationJob_RESTARTING = src.MigrationJob_RESTARTING MigrationJob_RESUMING = src.MigrationJob_RESUMING MigrationJob_RUNNING = src.MigrationJob_RUNNING MigrationJob_STARTING = src.MigrationJob_STARTING MigrationJob_STATE_UNSPECIFIED = src.MigrationJob_STATE_UNSPECIFIED MigrationJob_STOPPED = src.MigrationJob_STOPPED MigrationJob_STOPPING = src.MigrationJob_STOPPING MigrationJob_TYPE_UNSPECIFIED = src.MigrationJob_TYPE_UNSPECIFIED MigrationJob_UPDATING = src.MigrationJob_UPDATING MigrationJob_WAITING_FOR_SOURCE_WRITES_TO_STOP = src.MigrationJob_WAITING_FOR_SOURCE_WRITES_TO_STOP SslConfig_SERVER_CLIENT = src.SslConfig_SERVER_CLIENT SslConfig_SERVER_ONLY = src.SslConfig_SERVER_ONLY SslConfig_SSL_TYPE_UNSPECIFIED = src.SslConfig_SSL_TYPE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/clouddms/apiv1/clouddmspb
Variables ¶
var ( CloudSqlSettings_SqlActivationPolicy_name = src.CloudSqlSettings_SqlActivationPolicy_name CloudSqlSettings_SqlActivationPolicy_value = src.CloudSqlSettings_SqlActivationPolicy_value CloudSqlSettings_SqlDataDiskType_name = src.CloudSqlSettings_SqlDataDiskType_name CloudSqlSettings_SqlDataDiskType_value = src.CloudSqlSettings_SqlDataDiskType_value CloudSqlSettings_SqlDatabaseVersion_name = src.CloudSqlSettings_SqlDatabaseVersion_name CloudSqlSettings_SqlDatabaseVersion_value = src.CloudSqlSettings_SqlDatabaseVersion_value ConnectionProfile_State_name = src.ConnectionProfile_State_name ConnectionProfile_State_value = src.ConnectionProfile_State_value DatabaseEngine_name = src.DatabaseEngine_name DatabaseEngine_value = src.DatabaseEngine_value DatabaseProvider_name = src.DatabaseProvider_name DatabaseProvider_value = src.DatabaseProvider_value File_google_cloud_clouddms_v1_clouddms_proto = src.File_google_cloud_clouddms_v1_clouddms_proto File_google_cloud_clouddms_v1_clouddms_resources_proto = src.File_google_cloud_clouddms_v1_clouddms_resources_proto MigrationJobVerificationError_ErrorCode_name = src.MigrationJobVerificationError_ErrorCode_name MigrationJobVerificationError_ErrorCode_value = src.MigrationJobVerificationError_ErrorCode_value MigrationJob_Phase_name = src.MigrationJob_Phase_name MigrationJob_Phase_value = src.MigrationJob_Phase_value MigrationJob_State_name = src.MigrationJob_State_name MigrationJob_State_value = src.MigrationJob_State_value MigrationJob_Type_name = src.MigrationJob_Type_name MigrationJob_Type_value = src.MigrationJob_Type_value SslConfig_SslType_name = src.SslConfig_SslType_name SslConfig_SslType_value = src.SslConfig_SslType_value )
Deprecated: Please use vars in: cloud.google.com/go/clouddms/apiv1/clouddmspb
Functions ¶
func RegisterDataMigrationServiceServer
deprecated
func RegisterDataMigrationServiceServer(s *grpc.Server, srv DataMigrationServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/clouddms/apiv1/clouddmspb
Types ¶
type CloudSqlConnectionProfile
deprecated
type CloudSqlConnectionProfile = src.CloudSqlConnectionProfile
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type CloudSqlSettings
deprecated
type CloudSqlSettings = src.CloudSqlSettings
Settings for creating a Cloud SQL database instance.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type CloudSqlSettings_SqlActivationPolicy
deprecated
type CloudSqlSettings_SqlActivationPolicy = src.CloudSqlSettings_SqlActivationPolicy
Specifies when the instance should be activated.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type CloudSqlSettings_SqlDataDiskType
deprecated
type CloudSqlSettings_SqlDataDiskType = src.CloudSqlSettings_SqlDataDiskType
The storage options for Cloud SQL databases.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type CloudSqlSettings_SqlDatabaseVersion
deprecated
type CloudSqlSettings_SqlDatabaseVersion = src.CloudSqlSettings_SqlDatabaseVersion
The database engine type and version.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ConnectionProfile
deprecated
type ConnectionProfile = src.ConnectionProfile
A connection profile definition.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ConnectionProfile_Cloudsql ¶
type ConnectionProfile_Cloudsql = src.ConnectionProfile_Cloudsql
type ConnectionProfile_Mysql ¶
type ConnectionProfile_Mysql = src.ConnectionProfile_Mysql
type ConnectionProfile_Postgresql ¶
type ConnectionProfile_Postgresql = src.ConnectionProfile_Postgresql
type ConnectionProfile_State
deprecated
type ConnectionProfile_State = src.ConnectionProfile_State
The current connection profile state (e.g. DRAFT, READY, or FAILED).
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type CreateConnectionProfileRequest
deprecated
type CreateConnectionProfileRequest = src.CreateConnectionProfileRequest
Request message for 'CreateConnectionProfile' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type CreateMigrationJobRequest
deprecated
type CreateMigrationJobRequest = src.CreateMigrationJobRequest
Request message to create a new Database Migration Service migration job in the specified project and region.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DataMigrationServiceClient
deprecated
type DataMigrationServiceClient = src.DataMigrationServiceClient
DataMigrationServiceClient is the client API for DataMigrationService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
func NewDataMigrationServiceClient
deprecated
func NewDataMigrationServiceClient(cc grpc.ClientConnInterface) DataMigrationServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DataMigrationServiceServer
deprecated
type DataMigrationServiceServer = src.DataMigrationServiceServer
DataMigrationServiceServer is the server API for DataMigrationService service.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DatabaseEngine
deprecated
type DatabaseEngine = src.DatabaseEngine
The database engine types.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DatabaseProvider
deprecated
type DatabaseProvider = src.DatabaseProvider
The database providers.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DatabaseType
deprecated
type DatabaseType = src.DatabaseType
A message defining the database engine and provider.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DeleteConnectionProfileRequest
deprecated
type DeleteConnectionProfileRequest = src.DeleteConnectionProfileRequest
Request message for 'DeleteConnectionProfile' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type DeleteMigrationJobRequest
deprecated
type DeleteMigrationJobRequest = src.DeleteMigrationJobRequest
Request message for 'DeleteMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type GenerateSshScriptRequest
deprecated
type GenerateSshScriptRequest = src.GenerateSshScriptRequest
Request message for 'GenerateSshScript' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type GenerateSshScriptRequest_VmCreationConfig ¶
type GenerateSshScriptRequest_VmCreationConfig = src.GenerateSshScriptRequest_VmCreationConfig
type GenerateSshScriptRequest_VmSelectionConfig ¶
type GenerateSshScriptRequest_VmSelectionConfig = src.GenerateSshScriptRequest_VmSelectionConfig
type GetConnectionProfileRequest
deprecated
type GetConnectionProfileRequest = src.GetConnectionProfileRequest
Request message for 'GetConnectionProfile' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type GetMigrationJobRequest
deprecated
type GetMigrationJobRequest = src.GetMigrationJobRequest
Request message for 'GetMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ListConnectionProfilesRequest
deprecated
type ListConnectionProfilesRequest = src.ListConnectionProfilesRequest
Request message for 'ListConnectionProfiles' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ListConnectionProfilesResponse
deprecated
type ListConnectionProfilesResponse = src.ListConnectionProfilesResponse
Response message for 'ListConnectionProfiles' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ListMigrationJobsRequest
deprecated
type ListMigrationJobsRequest = src.ListMigrationJobsRequest
Retrieve a list of all migration jobs in a given project and location.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ListMigrationJobsResponse
deprecated
type ListMigrationJobsResponse = src.ListMigrationJobsResponse
Response message for 'ListMigrationJobs' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJob
deprecated
type MigrationJob = src.MigrationJob
Represents a Database Migration Service migration job object.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJobVerificationError
deprecated
type MigrationJobVerificationError = src.MigrationJobVerificationError
Error message of a verification Migration job.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJobVerificationError_ErrorCode
deprecated
type MigrationJobVerificationError_ErrorCode = src.MigrationJobVerificationError_ErrorCode
A general error code describing the type of error that occurred.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJob_Phase
deprecated
type MigrationJob_Phase = src.MigrationJob_Phase
The current migration job phase.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJob_ReverseSshConnectivity ¶
type MigrationJob_ReverseSshConnectivity = src.MigrationJob_ReverseSshConnectivity
type MigrationJob_State
deprecated
type MigrationJob_State = src.MigrationJob_State
The current migration job states.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJob_StaticIpConnectivity ¶
type MigrationJob_StaticIpConnectivity = src.MigrationJob_StaticIpConnectivity
type MigrationJob_Type
deprecated
type MigrationJob_Type = src.MigrationJob_Type
The type of migration job (one-time or continuous).
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type MigrationJob_VpcPeeringConnectivity ¶
type MigrationJob_VpcPeeringConnectivity = src.MigrationJob_VpcPeeringConnectivity
type MySqlConnectionProfile
deprecated
type MySqlConnectionProfile = src.MySqlConnectionProfile
Specifies connection parameters required specifically for MySQL databases.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type OperationMetadata
deprecated
type OperationMetadata = src.OperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type PostgreSqlConnectionProfile
deprecated
type PostgreSqlConnectionProfile = src.PostgreSqlConnectionProfile
Specifies connection parameters required specifically for PostgreSQL databases.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type PromoteMigrationJobRequest
deprecated
type PromoteMigrationJobRequest = src.PromoteMigrationJobRequest
Request message for 'PromoteMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type RestartMigrationJobRequest
deprecated
type RestartMigrationJobRequest = src.RestartMigrationJobRequest
Request message for 'RestartMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ResumeMigrationJobRequest
deprecated
type ResumeMigrationJobRequest = src.ResumeMigrationJobRequest
Request message for 'ResumeMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type ReverseSshConnectivity
deprecated
type ReverseSshConnectivity = src.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.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type SqlAclEntry
deprecated
type SqlAclEntry = src.SqlAclEntry
An entry for an Access Control list.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type SqlAclEntry_ExpireTime ¶
type SqlAclEntry_ExpireTime = src.SqlAclEntry_ExpireTime
type SqlAclEntry_Ttl ¶
type SqlAclEntry_Ttl = src.SqlAclEntry_Ttl
type SqlIpConfig
deprecated
type SqlIpConfig = src.SqlIpConfig
IP Management configuration.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type SslConfig_SslType
deprecated
type SslConfig_SslType = src.SslConfig_SslType
Specifies The kind of ssl configuration used.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type StartMigrationJobRequest
deprecated
type StartMigrationJobRequest = src.StartMigrationJobRequest
Request message for 'StartMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type StaticIpConnectivity
deprecated
type StaticIpConnectivity = src.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.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type StopMigrationJobRequest
deprecated
type StopMigrationJobRequest = src.StopMigrationJobRequest
Request message for 'StopMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type UnimplementedDataMigrationServiceServer
deprecated
type UnimplementedDataMigrationServiceServer = src.UnimplementedDataMigrationServiceServer
UnimplementedDataMigrationServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type UpdateConnectionProfileRequest
deprecated
type UpdateConnectionProfileRequest = src.UpdateConnectionProfileRequest
Request message for 'UpdateConnectionProfile' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type UpdateMigrationJobRequest
deprecated
type UpdateMigrationJobRequest = src.UpdateMigrationJobRequest
Request message for 'UpdateMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type VerifyMigrationJobRequest
deprecated
type VerifyMigrationJobRequest = src.VerifyMigrationJobRequest
Request message for 'VerifyMigrationJob' request.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type VmCreationConfig
deprecated
type VmCreationConfig = src.VmCreationConfig
VM creation configuration message
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type VmSelectionConfig
deprecated
type VmSelectionConfig = src.VmSelectionConfig
VM selection configuration message
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb
type VpcPeeringConnectivity
deprecated
type VpcPeeringConnectivity = src.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.
Deprecated: Please use types in: cloud.google.com/go/clouddms/apiv1/clouddmspb