AlloyDB v1alpha API - Class MigrationSource (1.0.0-alpha07)

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.

Inheritance

object > MigrationSource

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

MigrationSource()

public MigrationSource()

MigrationSource(MigrationSource)

public MigrationSource(MigrationSource other)
Parameter
NameDescription
otherMigrationSource

Properties

HostPort

public string HostPort { get; set; }

Output only. The host and port of the on-premises instance in host:port format

Property Value
TypeDescription
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
TypeDescription
string

SourceType

public MigrationSource.Types.MigrationSourceType SourceType { get; set; }

Output only. Type of migration source.

Property Value
TypeDescription
MigrationSourceTypesMigrationSourceType