MigrationSource class
Subset of the source instance configuration that is available when reading the cluster resource.
Constructors
- MigrationSource({String? hostPort, String? referenceId, String? sourceType})
- MigrationSource.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostPort ↔ String?
-
The host and port of the on-premises instance in host:port format
getter/setter pair
- referenceId ↔ String?
-
Place holder for the external source identifier(e.g DMS job name) that
created the cluster.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceType ↔ String?
-
Type of migration source.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited