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."],[[["The `MigrationSource` class in the AlloyDB v1beta API represents a subset of the source instance configuration available when reading the cluster resource."],["This class, found in the `Google.Cloud.AlloyDb.V1Beta` namespace, is implemented through several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default `MigrationSource()` and another that accepts a `MigrationSource` object for copying (`MigrationSource(MigrationSource other)`)."],["Key properties of the `MigrationSource` class include `HostPort` (the host and port of the on-premises instance), `ReferenceId` (external source identifier), and `SourceType` (type of migration source), all of which are output-only."],["The latest version of the class is 1.0.0-beta09."]]],[]]