Package version:

Input definition for test failover input properties.

interface ClusterTestFailoverInputProperties {
    failoverDirection?: string;
    networkId?: string;
    networkType?: string;
    providerSpecificDetails?: ClusterTestFailoverProviderSpecificInputUnion;
}

Properties

failoverDirection?: string

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.

Provider specific settings.