MigrationSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Subset of the source instance configuration that is available when reading the cluster resource.
Attributes |
|
---|---|
Name | Description |
host_port |
str
Output only. The host and port of the on-premises instance in host:port format |
reference_id |
str
Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster. |
source_type |
google.cloud.alloydb_v1alpha.types.MigrationSource.MigrationSourceType
Output only. Type of migration source. |
Classes
MigrationSourceType
MigrationSourceType(value)
Denote the type of migration source that created this cluster.
Values: MIGRATION_SOURCE_TYPE_UNSPECIFIED (0): Migration source is unknown. DMS (1): DMS source means the cluster was created via DMS migration job.