public sealed class MigrationSource : IMessage<MigrationSource>, IEquatable<MigrationSource>, IDeepCloneable<MigrationSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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."],[[["`MigrationSource` is a class within the `Google.Cloud.AlloyDb.V1Beta` namespace, designed for managing the configuration of a source instance during the migration process, and is available in versions beta08 and beta09."],["The `MigrationSource` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors: a default one, `MigrationSource()`, and another that accepts a `MigrationSource` object as an argument, `MigrationSource(MigrationSource other)`."],["Key properties within the `MigrationSource` class include `HostPort` (the instance's host and port), `ReferenceId` (an external source identifier), and `SourceType` (the type of the migration source)."],["This class is a subset of the configuration from a source instance which can be read from the cluster resource within the AlloyDB v1beta API."]]],[]]