Class MigrationSource
Subset of the source instance configuration that is available when reading the cluster resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.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 |