Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SapDiscoveryComponentReplicationSite

import type { SapDiscoveryComponentReplicationSite } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

A replication site used in Disaster Recovery (DR) configurations.

interface SapDiscoveryComponentReplicationSite {
sourceSite?: string;
}

§Properties

§

Optional. The system component for the site.

§
sourceSite?: string
[src]

Optional. The name of the source site from which this one replicates.