interface IpamConfig {
    ipamIpId: string;
    pushDefaultRoute: boolean;
}

Properties

ipamIpId: string

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

pushDefaultRoute: boolean

Defines whether the default route is enabled on that Gateway Network.