CreateGatewayNetworkRequest: {
    enableMasquerade: boolean;
    gatewayId: string;
    ipamIpId?: string;
    privateNetworkId: string;
    pushDefaultRoute: boolean;
    zone?: Zone;
}

Type declaration

  • enableMasquerade: boolean

    Defines whether to enable masquerade (dynamic NAT) on the GatewayNetwork.

  • gatewayId: string

    Public Gateway to connect.

  • OptionalipamIpId?: string

    Use this IPAM-booked IP ID as the Gateway's IP in this Private Network.

  • privateNetworkId: string

    Private Network to connect.

  • pushDefaultRoute: boolean

    Enabling the default route also enables masquerading.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.