DeleteGatewayNetworkRequest: {
    cleanupDhcp: boolean;
    gatewayNetworkId: string;
    zone?: Zone;
}

Type declaration

  • cleanupDhcp: boolean

    Defines whether to clean up attached DHCP configurations (if any, and if not attached to another Gateway Network).

  • gatewayNetworkId: string

    ID of the GatewayNetwork to delete.

  • Optionalzone?: Zone

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