interface GatewayType {
    bandwidth: number;
    name: string;
    zone: Zone;
}

Properties

Properties

bandwidth: number

Bandwidth, in bps, of the Public Gateway. This is the public bandwidth to the outer Internet, and the internal bandwidth to each connected Private Networks.

name: string

Public Gateway type name.

zone: Zone

Zone the Public Gateway type is available in.