CloneContext class
Database instance clone context.
Constructors
-
CloneContext({String? allocatedIpRange, BinLogCoordinates? binLogCoordinates, List<
String> ? databaseNames, String? destinationInstanceName, String? kind, String? pitrTimestampMs, String? pointInTime, String? preferredZone}) - CloneContext.fromJson(Map json_)
Properties
- allocatedIpRange ↔ String?
-
The name of the allocated ip range for the private ip Cloud SQL instance.
getter/setter pair
- binLogCoordinates ↔ BinLogCoordinates?
-
Binary log coordinates, if specified, identify the position up to which
the source instance is cloned.
getter/setter pair
-
databaseNames
↔ List<
String> ? -
(SQL Server only) Clone only the specified databases from the source
instance.
getter/setter pair
- destinationInstanceName ↔ String?
-
Name of the Cloud SQL instance to be created as a clone.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
This is always
sql#cloneContext
.getter/setter pair - pitrTimestampMs ↔ String?
-
Reserved for future use.
getter/setter pair
- pointInTime ↔ String?
-
Timestamp, if specified, identifies the time to which the source instance
is cloned.
getter/setter pair
- preferredZone ↔ String?
-
(Point-in-time recovery for PostgreSQL only) Clone to an instance in the
specified zone.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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