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.
Implements
IMessageMigrationSource, IEquatableMigrationSource, IDeepCloneableMigrationSource, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
MigrationSource()
public MigrationSource()
MigrationSource(MigrationSource)
public MigrationSource(MigrationSource other)
Parameter | |
---|---|
Name | Description |
other |
MigrationSource |
Properties
HostPort
public string HostPort { get; set; }
Output only. The host and port of the on-premises instance in host:port format
Property Value | |
---|---|
Type | Description |
string |
ReferenceId
public string ReferenceId { get; set; }
Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.
Property Value | |
---|---|
Type | Description |
string |
SourceType
public MigrationSource.Types.MigrationSourceType SourceType { get; set; }
Output only. Type of migration source.
Property Value | |
---|---|
Type | Description |
MigrationSourceTypesMigrationSourceType |