public sealed class MigrationSource : IMessage<MigrationSource>, IEquatable<MigrationSource>, IDeepCloneable<MigrationSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class MigrationSource.
Subset of the source instance configuration that is available when reading
the cluster resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `MigrationSource` class within the `Google.Cloud.AlloyDb.V1` namespace is used for handling source instance configuration data when reading the cluster resource, and it's available in multiple versions ranging from 1.0.0 to the latest 1.9.0."],["The `MigrationSource` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The `MigrationSource` class provides constructors for creating instances, either default or by cloning another `MigrationSource` instance."],["The class contains properties like `HostPort`, `ReferenceId`, and `SourceType`, which provide details about the migration source, including the on-premises host and port, external source identifier, and the migration source type, respectively, all of which are output-only."],["It is contained within the Google.Cloud.AlloyDb.V1.dll assembly."]]],[]]