Show / Hide Table of Contents

Class MigrationSource

Subset of the source instance configuration that is available when reading the cluster resource.

Inheritance
object
MigrationSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class MigrationSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HostPort

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

Declaration
[JsonProperty("hostPort")]
public virtual string HostPort { get; set; }
Property Value
Type Description
string

ReferenceId

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

Declaration
[JsonProperty("referenceId")]
public virtual string ReferenceId { get; set; }
Property Value
Type Description
string

SourceType

Output only. Type of migration source.

Declaration
[JsonProperty("sourceType")]
public virtual string SourceType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX