ReplicationLink Class
A replication link.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceReplicationLink
Constructor
ReplicationLink(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
partner_server
|
Resource partner server. |
partner_database
|
Resource partner database. |
partner_location
|
Resource partner location. |
role
|
Local replication role. Possible values include: "Primary", "Secondary", "NonReadableSecondary", "Source", "Copy". |
partner_role
|
Partner replication role. Possible values include: "Primary", "Secondary", "NonReadableSecondary", "Source", "Copy". |
replication_mode
|
Replication mode. |
start_time
|
Time at which the link was created. |
percent_complete
|
Seeding completion percentage for the link. |
replication_state
|
Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED). Possible values include: "PENDING", "SEEDING", "CATCH_UP", "SUSPENDED". |
is_termination_allowed
|
Whether the user is currently allowed to terminate the link. |
link_type
|
Link type (GEO, NAMED). Possible values include: "GEO", "NAMED". |
Azure SDK for Python