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 designed to represent the source of a migration for AlloyDB instances."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is part of a structured data handling system."],["It contains properties like `HostPort`, `ReferenceId`, and `SourceType`, which hold details about the migration source's location, identifier, and type, respectively."],["The class offers two constructors: a default constructor and a copy constructor that accepts another `MigrationSource` object as a parameter."],["There are multiple versions of this API available, with 1.9.0 being the latest version, while this documentation specifically references version 1.3.0."]]],[]]