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

RecoveryInstanceFailback

import type { RecoveryInstanceFailback } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";

An object representing failback related information of the Recovery Instance.

interface RecoveryInstanceFailback {
agentLastSeenByServiceDateTime?: string | null;
elapsedReplicationDuration?: string | null;
failbackClientID?: string | null;
failbackClientLastSeenByServiceDateTime?: string | null;
failbackInitiationTime?: string | null;
failbackJobID?: string | null;
failbackLaunchType?: FailbackLaunchType | null;
failbackToOriginalServer?: boolean | null;
firstByteDateTime?: string | null;
state?: FailbackState | null;
}

§Properties

§
agentLastSeenByServiceDateTime?: string | null
[src]

The date and time the agent on the Recovery Instance was last seen by the service.

§
elapsedReplicationDuration?: string | null
[src]

The amount of time that the Recovery Instance has been replicating for.

§
failbackClientID?: string | null
[src]

The ID of the failback client that this Recovery Instance is associated with.

§
failbackClientLastSeenByServiceDateTime?: string | null
[src]

The date and time that the failback client was last seen by the service.

§
failbackInitiationTime?: string | null
[src]

The date and time that the failback initiation started.

§
failbackJobID?: string | null
[src]

The Job ID of the last failback log for this Recovery Instance.

§
failbackLaunchType?: FailbackLaunchType | null
[src]

The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.

§
failbackToOriginalServer?: boolean | null
[src]

Whether we are failing back to the original Source Server for this Recovery Instance.

§
firstByteDateTime?: string | null
[src]

The date and time of the first byte that was replicated from the Recovery Instance.

§
state?: FailbackState | null
[src]

The state of the failback process that this Recovery Instance is in.