Package version:

Input definition for test failover input properties.

interface TestFailoverInputProperties {
    failoverDirection?: string;
    networkId?: string;
    networkType?: string;
    providerSpecificDetails?: TestFailoverProviderSpecificInputUnion;
}

Properties

failoverDirection?: string

Test failover direction.

networkId?: string

The id of the network to be used for test failover.

networkType?: string

Network type to be used for test failover.

providerSpecificDetails?: TestFailoverProviderSpecificInputUnion

Provider specific settings.