UpdateGatewayNetworkRequest: {
    enableMasquerade?: boolean;
    gatewayNetworkId: string;
    ipamIpId?: string;
    pushDefaultRoute?: boolean;
    zone?: Zone;
}

Type declaration

  • OptionalenableMasquerade?: boolean

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

  • gatewayNetworkId: string

    ID of the GatewayNetwork to update.

  • OptionalipamIpId?: string

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

  • OptionalpushDefaultRoute?: boolean

    Enabling the default route also enables masquerading.

  • Optionalzone?: Zone

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