interface ListGatewaysResponse {
    gateways: VPCGW.v2.Gateway[];
    totalCount: number;
}

Properties

Properties

gateways: VPCGW.v2.Gateway[]

Gateways on this page.

totalCount: number

Total count of gateways matching the filter.