ReplicationLinkInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. ReplicationLinkInner
- com.
- com.
public final class ReplicationLinkInner
extends ProxyResource
Represents a Sql pool replication link.
Constructor Summary
| Constructor | Description |
|---|---|
| ReplicationLinkInner() |
Creates an instance of Replication |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Replication |
fromJson(JsonReader jsonReader)
Reads an instance of Replication |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isTerminationAllowed()
Get the is |
| String |
location()
Get the location property: Location of the workspace that contains this firewall rule. |
| String |
name()
Get the name property: The name of the resource. |
| String |
partnerDatabase()
Get the partner |
| String |
partnerLocation()
Get the partner |
|
Replication |
partnerRole()
Get the partner |
| String |
partnerServer()
Get the partner |
| Integer |
percentComplete()
Get the percent |
| String |
replicationMode()
Get the replication |
|
Replication |
replicationState()
Get the replication |
|
Replication |
role()
Get the role property: The role of the Sql pool in the replication link. |
|
Offset |
startTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ReplicationLinkInner
public ReplicationLinkInner()
Creates an instance of ReplicationLinkInner class.
Method Details
fromJson
public static ReplicationLinkInner fromJson(JsonReader jsonReader)
Reads an instance of ReplicationLinkInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ReplicationLinkInner.id()Returns:
isTerminationAllowed
public Boolean isTerminationAllowed()
Get the isTerminationAllowed property: Legacy value indicating whether termination is allowed. Currently always returns true.
Returns:
location
public String location()
Get the location property: Location of the workspace that contains this firewall rule.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ReplicationLinkInner.name()Returns:
partnerDatabase
public String partnerDatabase()
Get the partnerDatabase property: The name of the partner Sql pool.
Returns:
partnerLocation
public String partnerLocation()
Get the partnerLocation property: The Azure Region of the partner Sql pool.
Returns:
partnerRole
public ReplicationRole partnerRole()
Get the partnerRole property: The role of the partner Sql pool in the replication link.
Returns:
partnerServer
public String partnerServer()
Get the partnerServer property: The name of the workspace hosting the partner Sql pool.
Returns:
percentComplete
public Integer percentComplete()
Get the percentComplete property: The percentage of seeding complete for the replication link.
Returns:
replicationMode
public String replicationMode()
Get the replicationMode property: Replication mode of this replication link.
Returns:
replicationState
public ReplicationState replicationState()
Get the replicationState property: The replication state for the replication link.
Returns:
role
public ReplicationRole role()
Get the role property: The role of the Sql pool in the replication link.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The start time for the replication link.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ReplicationLinkInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ReplicationLinkInner.type()Returns:
validate
public void validate()
Validates the instance.