public sealed class MigrationSource : IMessage<MigrationSource>, IEquatable<MigrationSource>, IDeepCloneable<MigrationSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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-03-21 UTC."],[[["The `MigrationSource` class in the AlloyDB v1alpha API provides a subset of the source instance configuration when reading the cluster resource."],["It is available in two versions: 1.0.0-alpha10 (latest) and 1.0.0-alpha09, with the latest as the most current version of the class."],["`MigrationSource` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The class includes properties like `HostPort`, `ReferenceId`, and `SourceType` to describe the host/port, external source identifier, and migration source type respectively, all output-only."],["It includes two constructors, one default and one to duplicate an existing `MigrationSource` object."]]],[]]