Interface UpdateGatewayNetworkRequestIpamConfig

interface UpdateGatewayNetworkRequestIpamConfig {
    ipamIpId?: string;
    pushDefaultRoute?: boolean;
}

Properties

ipamIpId?: string

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

pushDefaultRoute?: boolean

Enabling the default route also enables masquerading.