interface ListGatewayNetworksResponse {
    gatewayNetworks: VPCGW.v2.GatewayNetwork[];
    totalCount: number;
}

Properties

gatewayNetworks: VPCGW.v2.GatewayNetwork[]

GatewayNetworks on this page.

totalCount: number

Total GatewayNetworks count matching the filter.