Package version:

Supported operating systems property.

interface SupportedOSProperty {
    instanceType?: string;
    supportedOs?: SupportedOSDetails[];
}

Properties

instanceType?: string

The replication provider type.

supportedOs?: SupportedOSDetails[]

The list of supported operating systems.