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."],[[["This document provides reference documentation for the `MigrationSource` class within the Google Cloud AlloyDB v1 API, specifically version 1.8.0."],["The `MigrationSource` class represents a subset of the source instance configuration that is available when reading the cluster resource, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `MigrationSource()` and a copy constructor `MigrationSource(MigrationSource other)`, which accepts another `MigrationSource` object as a parameter."],["`MigrationSource` has three key properties: `HostPort` which is a string representing the host and port, `ReferenceId` which is a string serving as a placeholder for the external source identifier, and `SourceType` which is an enum indicating the migration source type."],["The webpage also lists nine other previous versions, from 1.0.0 to 1.7.0, of this same class, along with the latest one, 1.9.0."]]],[]]