Package version:

Input definition for planned failover input properties.

interface PlannedFailoverInputProperties {
    failoverDirection?: string;
    providerSpecificDetails?: PlannedFailoverProviderSpecificFailoverInputUnion;
}

Properties

failoverDirection?: string

Failover direction.

Provider specific settings.